diff --git a/templates/login.html b/templates/login.html index 97fefdd..f70fb06 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,29 +1,34 @@ - - +{% extends "base.html" %} +{% block title %}Admin Login{% endblock %} +{% block content %} +
+
+

Welcome back

+

Sign in to manage your subscribers

- - - - Admin Login - - - - -

Admin Login

- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
{{ message }}
- {% endfor %} - {% endif %} - {% endwith %} -
- - - - - -
- - - +
+
+ + +
+
+ + +
+ +
+
+
+{% endblock %} \ No newline at end of file