This commit is contained in:
Stephan Telling 2017-11-05 16:13:50 +01:00
parent 5dd4eaf7f1
commit eb9f531b77
No known key found for this signature in database
GPG key ID: D4892289F36ADA9B

View file

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