Only link if website is not empty
This commit is contained in:
parent
956d27489d
commit
ed5d728a3f
|
@ -47,7 +47,7 @@
|
|||
{% endif %}
|
||||
|
||||
<td class="pa2">
|
||||
{% if row.event.website is defined %}
|
||||
{% if row.event.website is not empty %}
|
||||
<a href="{{ row.event.website }}">
|
||||
{{ row.event.name }}
|
||||
</a>
|
||||
|
|
Reference in a new issue