Skip to content
Snippets Groups Projects
Commit 11163857 authored by Sébastiaan Versteeg's avatar Sébastiaan Versteeg
Browse files

Merge branch 'feature/organiser-events' into 'master'

Added Organiser to Events Page

Closes #836

See merge request !1215
parents 9fd0db84 56beefc7
No related branches found
No related tags found
1 merge request!1215Added Organiser to Events Page
......@@ -39,6 +39,10 @@
<th>{% trans "location"|capfirst %}</th>
<td>{{ event.location }}</td>
</tr>
<tr>
<th>{% trans "organiser"|capfirst %}</th>
<td><a href={{ event.organiser.get_absolute_url }}>{{ event.organiser }}</a></td>
</tr>
{% if event.price > 0 %}
<tr>
<th>{% trans "price"|capfirst %}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment