remove x € as it is not working atm
This commit is contained in:
parent
2a2c81f125
commit
1a0158258c
@ -6,7 +6,7 @@
|
|||||||
<img class="country" src="/static/coinc/images/{{ country.name_iso}}.png" />
|
<img class="country" src="/static/coinc/images/{{ country.name_iso}}.png" />
|
||||||
<a href="{% url 'coinc:country' country.name_iso %}">{{ country.name }}</a>{% if country.comment %} - {{ country.comment }}{% endif %}
|
<a href="{% url 'coinc:country' country.name_iso %}">{{ country.name }}</a>{% if country.comment %} - {{ country.comment }}{% endif %}
|
||||||
</th>
|
</th>
|
||||||
<th colspan="2">x €</th>
|
<th colspan="2"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user