diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-30 01:42:04 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-12-30 01:42:35 +0100 |
commit | 27300433922788ed6630ae61608517780385f876 (patch) | |
tree | 5043d11212b5b1839195c25915056bcc6822c6b8 /sublab_project/templates/base.html | |
parent | f63274bb0c00eda68b6e2fae564c4da8ae55b84d (diff) |
add detailed newspost view, fixup base template
Diffstat (limited to 'sublab_project/templates/base.html')
-rw-r--r-- | sublab_project/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 63b0f72..4c478d7 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8"> - <title>{% block title %}sublab - Ein Hackerspace in Leipzig{% endblock %}</title> + <title>sublab - {% block title %}Ein Hackerspace in Leipzig{% endblock %}</title> <meta name="author" content="sublab e.V."> <meta name="robots" content="index,follow"> @@ -129,7 +129,6 @@ {% block content %} This is where the content would be. {% endblock %} - <hr> </div> <div class="footer"> |