diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 98d82677..cae707c2 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -48,8 +48,6 @@ - - {% endblock %} {% endif %} @@ -92,7 +90,10 @@ {{ _("Start a new project") }} - + {% if g.project %} +
  • {{ _("History") }}
  • +
  • {{ _("Settings") }}
  • + {% endif %} {% if session['projects'] and not ((session['projects'] | length) == 1 and g.project and session['projects'][0][0] == g.project.id) %}