From afc0a2a9b4a05c3bd0e46e9156d023f8f1ed7474 Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Mon, 2 Mar 2020 10:37:34 -0600 Subject: redesigned for user login/signup --- templates/layout.html | 67 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 58 insertions(+), 9 deletions(-) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index 6a85473..6bbfc95 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -3,14 +3,16 @@ - - + + - - - RatsPub: Relationship with Addiction Through Searches of PubMed + + + + RatsPub: Relationship with Addiction Through Searches of PubMed + +
+ {% with messages = get_flashed_messages()%} + {% if messages %} + + {% endif %} + {% endwith %} +

- -
+
{% block content %}{% endblock %} -
+
+ + + + -- cgit v1.2.3