From 64b345a7f07cad46b1c44bd67b42f9b2d4274e1e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 6 Nov 2016 17:50:13 -0500 Subject: [PATCH] fix message --- .../django/nntpchan/nntpchan/templates/frontend/postresult.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/frontends/django/nntpchan/nntpchan/templates/frontend/postresult.html b/contrib/frontends/django/nntpchan/nntpchan/templates/frontend/postresult.html index afa316e..f31efd2 100644 --- a/contrib/frontends/django/nntpchan/nntpchan/templates/frontend/postresult.html +++ b/contrib/frontends/django/nntpchan/nntpchan/templates/frontend/postresult.html @@ -9,7 +9,7 @@
 failed to post: {{error}} 
{% else %} {% if msgid %} -
 posted as {{msgid}} 
+
 {{msgid}} 
{% else %}
 message was not posted 
{% endif %}