Make event titles links to websites

This commit is contained in:
Oliver Davies 2017-03-06 08:28:38 +00:00
parent 05a9d2efc2
commit 87e3cd13a3
2 changed files with 7 additions and 5 deletions

View file

@ -22,7 +22,9 @@
{% endif %}
<td>
{% if event.website %}<a href="{{ event.website }}">{% endif %}
{{ event.title }}
{% if event.website %}</a>{% endif %}
</td>
</tr>
{% endfor %}