summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-12-30 06:22:39 +0100
committerChristian Franke <nobody@nowhere.ws>2011-12-30 06:27:20 +0100
commit79339bdd5307788a2b8f384f6371b3992aed2700 (patch)
tree541df21e054b8813b49d7418914d7f41fd85ae5b
parentaf5790587db626385aeaa7878dc4c4b12b5fd3a0 (diff)
Fixup news_list title
-rw-r--r--sublab_project/news/templates/news/news_list.html2
1 files changed, 1 insertions, 1 deletions
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 %}
- <h2>sublab - Neues</h2>
+ <h2>Neues</h2>
{% for post in news_list %}
<h3 id="{{ post.slug }}">
<a href="{{ post.get_absolute_url }}">{{ post.date_updated|date }} - {{ post.title }}</a>