From: hernani Date: Fri, 21 May 2010 10:07:39 +0000 (+0000) Subject: Fix OSQA 269, User messages in new admin don't seem to link properly. X-Git-Tag: live~820 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/30beae7541b44060bdd42b55fe525a1113452b55 Fix OSQA 269, User messages in new admin don't seem to link properly. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@311 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/osqaadmin/djstyle_base.html b/forum/skins/default/templates/osqaadmin/djstyle_base.html index bca37ec..2d74adf 100644 --- a/forum/skins/default/templates/osqaadmin/djstyle_base.html +++ b/forum/skins/default/templates/osqaadmin/djstyle_base.html @@ -45,9 +45,11 @@
+ {% autoescape off %} {% for message in user_messages %}

{{ message }}

{% endfor %} + {% endautoescape %} {% block admincontent %}{% endblock %}