fix #165
This commit is contained in:
parent
5dd4eaf7f1
commit
eb9f531b77
|
@ -13,6 +13,7 @@
|
||||||
<th>Buildup</th>
|
<th>Buildup</th>
|
||||||
<th>Camp</th>
|
<th>Camp</th>
|
||||||
<th>Teardown</th>
|
<th>Teardown</th>
|
||||||
|
<th>Colour</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
<td>{{ listcamp.buildup.lower }} to {{ listcamp.buildup.upper }}</td>
|
<td>{{ listcamp.buildup.lower }} to {{ listcamp.buildup.upper }}</td>
|
||||||
<td>{{ listcamp.camp.lower }} to {{ listcamp.camp.upper }}</td>
|
<td>{{ listcamp.camp.lower }} to {{ listcamp.camp.upper }}</td>
|
||||||
<td>{{ listcamp.teardown.lower }} to {{ listcamp.teardown.upper }}</td>
|
<td>{{ listcamp.teardown.lower }} to {{ listcamp.teardown.upper }}</td>
|
||||||
|
<td><font color="{{ listcamp.colour }}">{{ listcamp.colour }}</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
</a>
|
</a>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|
Loading…
Reference in a new issue