diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-01 19:48:00 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-01 19:48:00 +0100 |
commit | edac04cf53e701db99f9bae78c11d1391ff4f5bd (patch) | |
tree | d9d89830106232a8d53d0f7620b58d4697e813bc /sublab_project | |
parent | aebb7b182f982dbd14f54abf10edc4a125bf027b (diff) |
Added missing hr tag.
Diffstat (limited to 'sublab_project')
-rw-r--r-- | sublab_project/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 92cabff..e8cad10 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -137,6 +137,7 @@ {% block content %} This is where the content would be. {% endblock %} + <hr> </div> <div class="footer"> |