diff --git a/templates/add_entry.html b/templates/add_entry.html index 8066a0d..8bc214d 100644 --- a/templates/add_entry.html +++ b/templates/add_entry.html @@ -1,39 +1,55 @@ {% extends "base.html" %} {% block title %}Neue Fahrt – PBT{% endblock %} {% block content %} -

Neue Fahrt erfassen

-
- - +
+

Neue Fahrt erfassen

+ +
+ + +
- - +
+ + +
- - +
+ + +
- - +
+ + +
- - +
+ + +
- - +
+ + +
- - +
+ + +
- - + + +
{% endblock %} diff --git a/templates/base.html b/templates/base.html index d14825b..1b54d0f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,42 +5,135 @@ {% block title %}PBT – Öffi-Erfahrungen{% endblock %} diff --git a/templates/dashboard.html b/templates/dashboard.html index a8abf0b..8a80106 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,10 +1,13 @@ {% extends "base.html" %} {% block title %}Meine Fahrten – PBT{% endblock %} {% block content %} -

Meine Fahrten

+

Meine Fahrten

{% if not fahrten %} -

Noch keine Fahrten erfasst. Jetzt die erste hinzufügen.

+
+

Noch keine Fahrten erfasst.

+ Erste Fahrt hinzufügen +
{% else %} @@ -26,13 +29,13 @@ {% if f.kommentar %} - + {% endif %} {% endfor %} diff --git a/templates/login.html b/templates/login.html index 57e1907..9b1ac50 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,15 +1,24 @@ {% extends "base.html" %} -{% block title %}Login – PBT{% endblock %} +{% block title %}Anmelden – PBT{% endblock %} {% block content %} -

Login

- - - +
+

Anmelden

+ +
+ + +
- - +
+ + +
- - -

Noch kein Konto? Jetzt registrieren

+ + + + +
{% endblock %} diff --git a/templates/register.html b/templates/register.html index e387195..05f8ec7 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,18 +1,29 @@ {% extends "base.html" %} {% block title %}Registrieren – PBT{% endblock %} {% block content %} -

Registrieren

- - - +
+

Konto erstellen

+ +
+ + +
- - +
+ + +
- - +
+ + +
- - -

Schon registriert? Zum Login

+ + + + +
{% endblock %}
{{ f.von }} → {{ f.nach }} {{ "★" * f.bewertung }}{{ "☆" * (5 - f.bewertung) }} -
- + +
{{ f.kommentar }}
{{ f.kommentar }}