add the rest again ...

This commit is contained in:
koksnuss 2020-04-22 19:03:15 +02:00
parent 4708ceb322
commit 3c82a8ab41
3 changed files with 8 additions and 1 deletions

View File

@ -28,6 +28,10 @@ li {
padding: 0px 5px 5px 0px; padding: 0px 5px 5px 0px;
} }
img.country {
width: 20px;
}
table { table {
margin-top: 30px; margin-top: 30px;
border-collapse: collapse; border-collapse: collapse;

View File

@ -1,7 +1,10 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<td colspan="4"><a name="{{ country.name_iso }}"></a><a href="{% url 'coinc:country' country.name_iso %}">{{ country.name }}</a><td> <td colspan="4">
<a name="{{ country.name_iso }}"></a>
<img class="country" src="/static/coinc/images/{{ country.name_iso}}.png" />
<a href="{% url 'coinc:country' country.name_iso %}">{{ country.name }}</a><td>
<td colspan="2">x €</td> <td colspan="2">x €</td>
<td colspan="9"></td> <td colspan="9"></td>
</tr> </tr>

Binary file not shown.