diff --git a/web/templates/_dashboard_body.html b/web/templates/_dashboard_body.html index 04f9251..af1bc73 100644 --- a/web/templates/_dashboard_body.html +++ b/web/templates/_dashboard_body.html @@ -77,16 +77,16 @@ {% if not apply_allowed %}
apply blockiert - {{ apply_block_reason }} + {{ apply_block_reason }}
{% endif %}
-
+

Wohnungen

{{ flats|length }} zuletzt gesehen
-
+
{% for flat in flats %}
@@ -138,8 +138,8 @@
-

Letzte Bewerbungen

-
+

Letzte Bewerbungen

+
{% for a in applications %}
@@ -159,13 +159,13 @@
-

Audit-Log

-
+

Audit-Log

+
{% for e in audit %}
{{ e.timestamp }} {{ e.actor }} - {{ e.action }} + {{ e.action }} {% if e.details %}— {{ e.details }}{% endif %}
{% else %} diff --git a/web/templates/base.html b/web/templates/base.html index f923bd3..a1135ec 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -8,21 +8,66 @@ diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index 2f406c8..e79bab5 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block title %}lazyflat dashboard{% endblock %} {% block body %} -
+
-
+

lazyflat

- {{ user }} + {{ user }}
diff --git a/web/templates/login.html b/web/templates/login.html index de74e42..80c5e42 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -3,23 +3,26 @@ {% block body %}
-

lazyflat

-

Anmeldung erforderlich

+
+
+
+

lazyflat

+

Anmeldung erforderlich

+
+
{% if error %} -
{{ error }}
+
{{ error }}
{% endif %}
- - + +
- - + +