Allow style attributes for about field in user detail template (Fixed #3081)

This commit is contained in:
Emanuel Schütze 2017-03-21 15:19:22 +01:00
parent a4719e68d9
commit 74811a4529
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<label translate>Participant number</label>
{{ user.number }}
<label translate>About me</label>
<div ng-bind-html="user.about_me"></div>
<div ng-bind-html="user.about_me | trusted"></div>
</fieldset>
<fieldset os-perms="users.can_manage">