Fixes
- no gallery (makes problems on server) - correct URL in mail - events grid -> tighter display
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user