diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 50f1884..19c0e59 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -12,9 +12,7 @@ <a href="/"><h1>Account manager ! <span class="small">Manage your shared expenses.</span></h1></a> </div> <div class="span-6 last" id="topmenu"> - <ul> - <li><a class="awesome large orange button" href="{{ url_for("add_bill") }}">Add a bill !</a></li> - </ul> + {% block top_menu %}{% endblock %} </div> </div> <hr> |
