From fff2edd3a10a7f9585d4a734740420256246b9b5 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 10 Jan 2012 17:22:23 +0100 Subject: Fix page title for Homepage --- sublab_project/templates/home.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sublab_project') 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 %}

Das sublab - Ein Hackerspace in Leipzig

-- cgit v1.2.1