Add event locations
This commit is contained in:
parent
e23718a481
commit
8dc17841ce
3 changed files with 23 additions and 14 deletions
|
@ -28,6 +28,12 @@
|
|||
{% if event.website %}<a href="{{ event.website }}">{% endif %}
|
||||
{{ event.title }}
|
||||
{% if event.website %}</a>{% endif %}
|
||||
|
||||
{% if event.location %}
|
||||
<small class="event-location">
|
||||
{{- event.location -}}
|
||||
</small>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
<td class="feedback">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue