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 %} -
- {{ macros::inputgroup(label='Neue Notiz', name='note', type="text") }} -
+
+ {{ macros::inputgroup(label='Neue Notiz', name='note', type="text") }} +
{% endif %} {% if user.pw and allowed_to_edit %}
@@ -389,9 +389,11 @@
    - {% for activity in activities %} -
  • {{ activity.created_at | date(format="%d. %m. %Y") }}: {{ activity.text }}
  • - {% endfor %} + {% for activity in activities %} +
  • {{ activity.created_at | date(format="%d. %m. %Y") }}: {{ activity.text }}
  • + {% else %} +
  • Noch keine Aktivität... Stay tuned 😆
  • + {% endfor %}