diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 0d51ea891..ed9d4f00e 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -46,38 +46,41 @@ {% endif %} {% block content %} -{% if current_user.is_authenticated() %} + + {% if current_user.is_authenticated() %} +
  • Switch to A N Other service
  • +
  • Add a new service to Notify
  • + + + {% endif %} -{% endif %} -
    - {% with messages = get_flashed_messages() %} - {% if messages %} -
    - -
    - {% endif %} - {% endwith %} - {% block fullwidth_content %}{% endblock %} -
    +
    + {% with messages = get_flashed_messages() %} + {% if messages %} +
    + +
    + {% endif %} + {% endwith %} + {% block fullwidth_content %}{% endblock %} +
    {% endblock %} {% block body_end %}