From 752cc49a62f5e469abaef7eacbeeb1be3ae6400a Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 7 Apr 2009 20:22:36 +0000 Subject: [PATCH] Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10429 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/approve.html | 2 +- django/contrib/comments/templates/comments/delete.html | 2 +- django/contrib/comments/templates/comments/flag.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django/contrib/comments/templates/comments/approve.html b/django/contrib/comments/templates/comments/approve.html index e6b114114e8e6..a4306a6fc2137 100644 --- a/django/contrib/comments/templates/comments/approve.html +++ b/django/contrib/comments/templates/comments/approve.html @@ -7,7 +7,7 @@

{% trans "Really make this comment public?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel

diff --git a/django/contrib/comments/templates/comments/delete.html b/django/contrib/comments/templates/comments/delete.html index 33688993aa8bc..7d73eac979316 100644 --- a/django/contrib/comments/templates/comments/delete.html +++ b/django/contrib/comments/templates/comments/delete.html @@ -7,7 +7,7 @@

{% trans "Really remove this comment?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel

diff --git a/django/contrib/comments/templates/comments/flag.html b/django/contrib/comments/templates/comments/flag.html index 7f0e384c86100..08dbe0b0b0385 100644 --- a/django/contrib/comments/templates/comments/flag.html +++ b/django/contrib/comments/templates/comments/flag.html @@ -7,7 +7,7 @@

{% trans "Really flag this comment?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel