Make event titles links to websites
This commit is contained in:
parent
05a9d2efc2
commit
87e3cd13a3
2 changed files with 7 additions and 5 deletions
|
@ -22,7 +22,9 @@
|
|||
{% endif %}
|
||||
|
||||
<td>
|
||||
{% if event.website %}<a href="{{ event.website }}">{% endif %}
|
||||
{{ event.title }}
|
||||
{% if event.website %}</a>{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue