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

Apply suggestions from @hansegucker :

- don't use a card to message
- remove "further events" if there are no events
parent f19e2d74
No related branches found
No related tags found
1 merge request!9Show message if there are no events
......@@ -8,14 +8,14 @@
<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>
<span>{% trans "No events to display" %}</span>
{% endfor %}
</div>
{% if feed_events %}
<div class="card-action">
<a href="{{ base_url }}" target="_blank">
{% trans "Further events" %}
</a>
</div>
{% endif %}
</div>
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