diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index 07f30f5..dcd4d9b 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -7,13 +7,22 @@ Dashboard Edit Account
- - + +
+
+ + +
+ Create Page + {% if roles.administrator %} + Site Settings + Users + {% endif %} {% else %} Home Log-in {% endif %} - + {% endblock %}