show user about me as html

This commit is contained in:
Oskar Hahn 2016-01-10 00:57:09 +01:00
parent 4bc0b1d19c
commit ffa60e8d06

View File

@ -35,7 +35,7 @@
{{ (groups | filter: {id: group})[0].name }}
</div>
<label translate>About me</label>
<div class="white-space-pre-line">{{ user.about_me }}</div>
<div class="white-space-pre-line" ng-bind-html="user.about_me"></div>
</fieldset>
<fieldset os-perms="users.can_manage">