- no gallery (makes problems on server)
- correct URL in mail
- events grid -> tighter display
This commit is contained in:
Martin Bauer
2013-11-01 18:13:46 +02:00
parent 82de9eaa84
commit 085916f38d
5 changed files with 11 additions and 11 deletions

View File

@@ -150,7 +150,7 @@
{% for event in events %}
<tr class="eventRow">
<td class="center" > <a href="{{ event.pk }}" > {{ event.title }} </a> </td>
<td class="center infoColumn" > {{ event.location }}<br/> {{ event.date | date:"SHORT_DATE_FORMAT" }} </td>
<td class="center infoColumn" > {% if event.location %} {{ event.location }}<br/> {% endif %} {{ event.date | date:"SHORT_DATE_FORMAT" }} </td>
{% for p in event.participation %}
@@ -225,4 +225,4 @@
</div>
</div>
{% endblock %}
{% endblock %}