Change website to url
This commit is contained in:
parent
4dbb58d03c
commit
f12a5cce5f
2 changed files with 18 additions and 18 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue