diff --git a/templates/login.html b/templates/login.html index c2a9d8b..945d66b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,6 +1,9 @@ {% extends 'layout.html' %} {% block content %}
+ {% if status %} + + {% endif %}

Login to Tweeder

diff --git a/templates/register.html b/templates/register.html index a42f985..6fbd828 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,6 +1,9 @@ {% extends 'layout.html' %} {% block content %}
+ {% if status %} + + {% endif %}

Register for Tweeder