diff --git a/nativeauthenticator/templates/page.html b/nativeauthenticator/templates/page.html index 075bbb9..9d62e29 100644 --- a/nativeauthenticator/templates/page.html +++ b/nativeauthenticator/templates/page.html @@ -2,8 +2,8 @@ {% block nav_bar_left_items %} {{ super() }} -
  • Change Password
  • + {% if user.admin %} -
  • Authorize Users
  • + {% endif %} {% endblock %}