From 7be32be70d8480eb4dafdd8c0f853f997240f87a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 11 Jan 2016 16:01:39 +0000 Subject: [PATCH] Fix code whitespace As a separate commit for easier diffing --- app/templates/admin_template.html | 51 ++++++++++++++++--------------- 1 file changed, 27 insertions(+), 24 deletions(-) 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 %} -
    -
      - {% for message in messages %} -
    • {{ message }}
    • - {% endfor %} -
    -
    - {% endif %} - {% endwith %} - {% block fullwidth_content %}{% endblock %} -
    +
    + {% with messages = get_flashed_messages() %} + {% if messages %} +
    +
      + {% for message in messages %} +
    • {{ message }}
    • + {% endfor %} +
    +
    + {% endif %} + {% endwith %} + {% block fullwidth_content %}{% endblock %} +
    {% endblock %} {% block body_end %}