add the rest again ...
This commit is contained in:
parent
4708ceb322
commit
3c82a8ab41
@ -28,6 +28,10 @@ li {
|
||||
padding: 0px 5px 5px 0px;
|
||||
}
|
||||
|
||||
img.country {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-top: 30px;
|
||||
border-collapse: collapse;
|
||||
|
@ -1,7 +1,10 @@
|
||||
<table>
|
||||
<thead>
|
||||
<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="9"></td>
|
||||
</tr>
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user