Change website to url. Shorter, and more consistent
This commit is contained in:
parent
d0d14c6970
commit
e5897649f3
8 changed files with 42 additions and 42 deletions
|
@ -31,9 +31,9 @@
|
|||
{% endif %}
|
||||
|
||||
<td>
|
||||
{% if event.website %}<a href="{{ event.website }}">{% endif %}
|
||||
{% if event.url %}<a href="{{ event.url }}">{% endif %}
|
||||
{{ event.title }}
|
||||
{% if event.website %}</a>{% endif %}
|
||||
{% if event.url %}</a>{% endif %}
|
||||
|
||||
{% if event.location %}
|
||||
<small class="event-location">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue