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 %}