diff options
Diffstat (limited to 'budget/templates/list_bills.html')
| -rw-r--r-- | budget/templates/list_bills.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} |
