From 79339bdd5307788a2b8f384f6371b3992aed2700 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 30 Dec 2011 06:22:39 +0100 Subject: Fixup news_list title --- sublab_project/news/templates/news/news_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sublab_project/news/templates') diff --git a/sublab_project/news/templates/news/news_list.html b/sublab_project/news/templates/news/news_list.html index 0700d64..728e847 100644 --- a/sublab_project/news/templates/news/news_list.html +++ b/sublab_project/news/templates/news/news_list.html @@ -3,7 +3,7 @@ {% block title %}Neues{% endblock %} {%block content %} -

sublab - Neues

+

Neues

{% for post in news_list %}

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