aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-07-23 15:54:23 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-07-23 15:54:23 +0200
commit4fcaf7d7ec583b794c14597d50abc89ef96450c9 (patch)
tree16fcff5d5f304a92ff80c92bbbfac5ca9c61b66c /budget/templates/layout.html
parent54de7abf23f61df916fe65f590d0d45ec8e2d174 (diff)
downloadihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.zip
ihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.tar.gz
ihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.tar.bz2
Kick-start multiple projects support.
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html4
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>