summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 06:19:01 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 06:19:01 +0100
commitc22c9da19e3e16176977f49ffc61566cc288dde9 (patch)
tree91655b4c35fe002c5bc4026577d2e934532ecfe1
parent4be8496c3d0e6bb0c1415ce06c4dc36408975a05 (diff)
Fixed title and heading.
-rw-r--r--sublab_project/news/templates/news/news_list.html4
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>