diff --git a/templates/admin/user/view.html.tera b/templates/admin/user/view.html.tera index 4e04d8e..65966ff 100644 --- a/templates/admin/user/view.html.tera +++ b/templates/admin/user/view.html.tera @@ -32,9 +32,9 @@ {{ macros::inputgroup(label='Spitzname', name='nickname', type="text", value=user.nickname, readonly=not allowed_to_edit) }} {% if allowed_to_edit %} -
+ {% endif %} {% if user.pw and allowed_to_edit %}