Skip to content
Snippets Groups Projects
Commit f19e2d74 authored by Julian's avatar Julian
Browse files

Show message if there are no events

parent 5dd0bd56
No related branches found
No related tags found
1 merge request!9Show message if there are no events
......@@ -7,6 +7,10 @@
<div class="card-panel event-card">
<span class="title">{{ event.name }}</span><br>{{ event.date_formatted }}
</div>
{% empty %}
<div class="card-panel event-card">
<span class="title">{% trans "No events to display" %}</span>
</div>
{% endfor %}
</div>
<div class="card-action">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment