From c22c9da19e3e16176977f49ffc61566cc288dde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Fri, 30 Dec 2011 06:19:01 +0100 Subject: Fixed title and heading. --- sublab_project/news/templates/news/news_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sublab_project/news') diff --git a/sublab_project/news/templates/news/news_list.html b/sublab_project/news/templates/news/news_list.html index 080feaf..0700d64 100644 --- a/sublab_project/news/templates/news/news_list.html +++ b/sublab_project/news/templates/news/news_list.html @@ -1,7 +1,9 @@ {% extends 'base.html' %} +{% block title %}Neues{% endblock %} + {%block content %} -

sublab - news

+

sublab - Neues

{% for post in news_list %}

{{ post.date_updated|date }} - {{ post.title }} -- cgit v1.2.1