remove x € as it is not working atm

This commit is contained in:
koksnuss 2020-04-27 23:04:08 +02:00
parent 2a2c81f125
commit 1a0158258c

View File

@ -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>