Merge pull request #3118 from emanuelschuetze/issue3081
Allow style attributes for about field in user detail template (Fixed #3081)
This commit is contained in:
commit
e57afb9ab4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user