diff --git a/templates/admin/user/view.html.tera b/templates/admin/user/view.html.tera index e0de19c..5da609b 100644 --- a/templates/admin/user/view.html.tera +++ b/templates/admin/user/view.html.tera @@ -32,11 +32,11 @@ {{ macros::inputgroup(label='Spitzname', name='nickname', type="text", value=user.nickname, readonly=not allowed_to_edit) }}
{% if allowed_to_edit %}