diff --git a/app/templates/layout/layout.html b/app/templates/layout/layout.html index e9c7c18..543a1cd 100644 --- a/app/templates/layout/layout.html +++ b/app/templates/layout/layout.html @@ -31,11 +31,11 @@ {% if not session["id"] %}
- Log In + Log In
{% else %}
- Log Out + Log Out
{% endif %} @@ -52,6 +52,23 @@ {% block footer %} © Copyright 2010 by you. {% endblock %} +
+ + + +
+ diff --git a/app/templates/layout/menu.html b/app/templates/layout/menu.html index 8f6dc38..fb41b0f 100644 --- a/app/templates/layout/menu.html +++ b/app/templates/layout/menu.html @@ -25,11 +25,11 @@ + {% if not session["id"] %} - {% if not session["id"] %} - {% endif %}