diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-18 18:39:38 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-10-18 18:39:38 +0200 |
| commit | 4e1819523f50114ce5e3f0524fc27eb85701da37 (patch) | |
| tree | c5c858712fceab95532e5b99a013376938ee86c3 /budget/templates | |
| parent | b88b317faa8b462c3c932ed59903122a580ae825 (diff) | |
| download | ihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.zip ihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.tar.gz ihatemoney-mirror-4e1819523f50114ce5e3f0524fc27eb85701da37.tar.bz2 | |
Minor changes to the slidebar. See #34
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/layout.html | 2 | ||||
| -rw-r--r-- | budget/templates/list_bills.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 55650d2..f94c421 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -78,7 +78,7 @@ {% block header %}{% endblock %} {% block container %} <div class="container-fluid" style="height: 100%; padding-left: 10px;"> - <div class="sidebar">{% block sidebar %}{% endblock %}</div> + {% block sidebar %}{% endblock %} <div class="content" style="margin-left: 250px;"> {% for message in get_flashed_messages() %} <div class="flash alert-message info"><p>{{ message }}</p></div> diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index a6ab5fc..d163f7e 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -52,6 +52,7 @@ {% endblock %} {% block sidebar %} +<div class="sidebar"> <h2>{{ _("Balance") }}</h2> <table class="balance"> @@ -72,6 +73,7 @@ <form action="{{ url_for(".add_member") }}" method="post"> {{ forms.add_member(member_form) }} </form> +</div> {% endblock %} {% block content %} |
