]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/info.html
do not show user bio if user is suspended
[osqa.git] / forum / skins / default / templates / users / info.html
index 656c0cee1c43c2e707918a287ee1c22905c1f864..39f3b7d869d17d4f576ff9a4e1f6dc18c02ef5e0 100644 (file)
             </table>
         </td>
         <td width="380">
+            {% if not view_user.is_suspended %}
             <div class="user-about">
             {% if view_user.about %}
                 {{view_user.about|markdown}}
             {% endif %}
             </div>
+            {% endif %}
         </td>
     </tr>
 </table>