From ca08e6a2da5c11d4947bfa66ab103575a1c3373a Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 26 Jun 2012 13:51:35 +0200 Subject: [PATCH] Properly include superblock in news articles In passing, use

for the header to make it a bit more clear what's going on. --- templates/admin/news/newsarticle/change_form.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/admin/news/newsarticle/change_form.html b/templates/admin/news/newsarticle/change_form.html index 3a9d105f..69565566 100644 --- a/templates/admin/news/newsarticle/change_form.html +++ b/templates/admin/news/newsarticle/change_form.html @@ -1,11 +1,10 @@ {% extends "admin/change_form_pgweb.html" %} {% block after_field_sets %} -

-Previous 10 posts by this organization: +{{block.super}} +

Previous 10 posts by this organization:

-

{% endblock %} -- 2.39.5