Improvements to event table mobile

This commit is contained in:
2020-03-24 22:53:47 +00:00
parent 7a08f2d889
commit 0271840f4d
6 changed files with 60 additions and 62 deletions

View File

@@ -7,10 +7,7 @@
{% if perms.RIGS.add_event %}
<a href="{% url 'event_create' %}" class="btn btn-success my-3 float-right">New <i class="fas fa-plus"></i></a>
{% endif %}
<div class="d-none d-md-block">
{% include 'event_table.html' %}
</div>
<div class="d-xs-block d-sm-block d-md-none">
{% include 'event_table_mobile.html' %}
</div>
{% include 'event_table.html' %}
{% endblock %}