From 6e69afe38e7ae7e6738ba9e6cb0a26db5188b4c7 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend Date: Sun, 8 Nov 2015 14:57:19 +0100 Subject: [PATCH] Added event add button to admin index --- templates/admin_index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/admin_index.html b/templates/admin_index.html index 4e1a658..b4b7735 100644 --- a/templates/admin_index.html +++ b/templates/admin_index.html @@ -59,6 +59,11 @@ All events +
+ + add + +
{% endblock %} -- GitLab