Change website to url

This commit is contained in:
Oliver Davies 2018-06-20 23:56:56 +01:00
parent 4dbb58d03c
commit f12a5cce5f
2 changed files with 18 additions and 18 deletions

View file

@ -54,8 +54,8 @@
{% endif %}
<td>
{% if talk.event.website is not empty %}
<a href="{{ talk.event.website }}" class="link">
{% if talk.event.url is not empty %}
<a href="{{ talk.event.url }}" class="link">
{{ talk.event.name }}
</a>
{% else %}