From 978dd1f124bf9a38395eea17962266e36d080ba4 2017-05-26 17:44:25 From: Christopher Neugebauer Date: 2017-05-26 17:44:25 Subject: [PATCH] Slightly refactors the dashbaord --- diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index f0989560dad8135c381744f4f6b960232e116f5b..5742e5fe8d99a4c50fcf374da6e69cc235d4ffe0 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -113,6 +113,14 @@ {% endif %} {% endif %} + + Enter a voucher code + + {% if user.is_staff %} + View reports + {% endif %} + +

@@ -166,12 +174,6 @@ {% endif %} {% endif %} - {% if user.is_staff %} -

Registration reports

- -

View available reports. -

- {% endif %}