From: jordan Date: Tue, 26 Jun 2012 22:10:09 +0000 (+0000) Subject: do not show user bio if user is suspended X-Git-Tag: live~44 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/c78a504deb6278063bebe9c25cf35c333b92eaa6 do not show user bio if user is suspended git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1273 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/users/info.html b/forum/skins/default/templates/users/info.html index 656c0ce..39f3b7d 100644 --- a/forum/skins/default/templates/users/info.html +++ b/forum/skins/default/templates/users/info.html @@ -112,11 +112,13 @@ + {% if not view_user.is_suspended %}
{% if view_user.about %} {{view_user.about|markdown}} {% endif %}
+ {% endif %}