diff options
-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> |