diff options
| author | Brice Maron <b.maron@whatever-company.com> | 2019-07-31 00:07:29 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2019-08-18 21:37:20 +0000 |
| commit | 72acde7122a79c5a68a9e9ec1e3885a6f2d443a2 (patch) | |
| tree | 254a64a8fc2ed0b2b0f0d4e21dd968705f720729 /ihatemoney/templates/sidebar_table_layout.html | |
| parent | fd49599cc76de69e81f645257845778571d4d964 (diff) | |
| download | ihatemoney-mirror-72acde7122a79c5a68a9e9ec1e3885a6f2d443a2.zip ihatemoney-mirror-72acde7122a79c5a68a9e9ec1e3885a6f2d443a2.tar.gz ihatemoney-mirror-72acde7122a79c5a68a9e9ec1e3885a6f2d443a2.tar.bz2 | |
Add footer with links
Diffstat (limited to 'ihatemoney/templates/sidebar_table_layout.html')
| -rw-r--r-- | ihatemoney/templates/sidebar_table_layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/sidebar_table_layout.html b/ihatemoney/templates/sidebar_table_layout.html index 239acb3..9d588a3 100644 --- a/ihatemoney/templates/sidebar_table_layout.html +++ b/ihatemoney/templates/sidebar_table_layout.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block body %} -<div class="row" style="height: 100%"> +<div class="row"> <aside id="sidebar" class="sidebar col-xs-12 col-md-3 " style="height: 100%"> {% block sidebar %}{% endblock %} </aside> |
