diff --git a/templates/base.html b/templates/base.html index 79741a3..a9621c2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,332 +1,492 @@ - - - - - - - - {% block title %}GitHub Backup Service{% endblock %} - - - - - - {% if current_user.is_authenticated %} - - {% endif %} - -
- - {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} - - {% endfor %} - {% endif %} - {% endwith %} -

{% block page_title %}Dashboard{% endblock %}

- {% block content %}{% endblock %} -
- - - - - - - {% block scripts %}{% endblock %} - - + + + + + + + + {% block title %}GitHub Backup Service{% endblock %} + + + + + + + + + {% if current_user.is_authenticated %} + + {% endif %} + +
+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} +

{% block page_title %}Dashboard{% endblock %}

+ {% block content %}{% endblock %} +
+ + + + + + + {% block scripts %}{% endblock %} + + diff --git a/templates/login.html b/templates/login.html index 9f36000..b4b1f23 100644 --- a/templates/login.html +++ b/templates/login.html @@ -4,10 +4,13 @@
-
-

- Login -

+
+
+ + + +
+

Login