diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2011-12-30 06:19:01 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2011-12-30 06:19:01 +0100 |
commit | c22c9da19e3e16176977f49ffc61566cc288dde9 (patch) | |
tree | 91655b4c35fe002c5bc4026577d2e934532ecfe1 /sublab_project | |
parent | 4be8496c3d0e6bb0c1415ce06c4dc36408975a05 (diff) |
Fixed title and heading.
Diffstat (limited to 'sublab_project')
-rw-r--r-- | sublab_project/news/templates/news/news_list.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 %} - <h2>sublab - news</h2> + <h2>sublab - Neues</h2> {% for post in news_list %} <h3 id="{{ post.slug }}"> <a href="{{ post.get_absolute_url }}">{{ post.date_updated|date }} - {{ post.title }}</a> |