aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 25c5dd7..cd0fca4 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -9,11 +9,11 @@
<div class="container" class="span-24">
<div id="title">
<a href="/"><h1>Account manager ! <span class="small">Manage your shared expenses.</span></h1></a>
+ <hr>
<div class="fright" id="topmenu">
{% block top_menu %}{% endblock %}
</div>
</div>
- <hr>
{% for message in get_flashed_messages() %}
<div class=info>{{ message }}</div>
{% endfor %}