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
Branches
Tags
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.
Please register or to comment