Skip to content
Snippets Groups Projects
Commit 6e69afe3 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Added event add button to admin index

parent 79cc7cfc
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,11 @@
All events
</a>
</div>
<div class="mdl-cell mdl-cell--1-col mdl-cell--1-col-tablet mdl-cell--1-col-phone">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-button--fab mdl-js-ripple-effect" href="{{ url_for(".event_new") }}">
<i class="material-icons">add</i>
</a>
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment