diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-10 17:22:23 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-10 17:22:23 +0100 |
commit | fff2edd3a10a7f9585d4a734740420256246b9b5 (patch) | |
tree | 58208eaa1dd296f62d4d0be390dcf551812ff6fc /sublab_project/templates | |
parent | 4404d7751deb3d907eb8121f622be8f5b912dc51 (diff) |
Fix page title for Homepage
Diffstat (limited to 'sublab_project/templates')
-rw-r--r-- | sublab_project/templates/home.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sublab_project/templates/home.html b/sublab_project/templates/home.html index 35ab6bf..71932df 100644 --- a/sublab_project/templates/home.html +++ b/sublab_project/templates/home.html @@ -1,5 +1,7 @@ {% extends "news/news_list.html" %} +{% block title %}Ein Hackerspace in Leipzig{% endblock %} + {% block content %} <h2>Das sublab - Ein Hackerspace in Leipzig</h2> <div class="imagecontent"> |