diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-30 06:22:39 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-12-30 06:27:20 +0100 |
commit | 79339bdd5307788a2b8f384f6371b3992aed2700 (patch) | |
tree | 541df21e054b8813b49d7418914d7f41fd85ae5b | |
parent | af5790587db626385aeaa7878dc4c4b12b5fd3a0 (diff) |
Fixup news_list title
-rw-r--r-- | sublab_project/news/templates/news/news_list.html | 2 |
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> |