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