From b4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 3 Jul 2022 20:23:22 +0200 Subject: Templates. --- app/templates/modules/ferti.html | 6 ++++-- app/templates/modules/invoices.html | 9 +++------ app/templates/modules/orders.html | 2 +- app/templates/modules/settings.html | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) (limited to 'app') diff --git a/app/templates/modules/ferti.html b/app/templates/modules/ferti.html index 549059b..7e1e2b3 100644 --- a/app/templates/modules/ferti.html +++ b/app/templates/modules/ferti.html @@ -67,10 +67,12 @@ Logger {% for log in logs %} - +
+ +
-
+
diff --git a/app/templates/modules/invoices.html b/app/templates/modules/invoices.html index 293a45b..9e8f765 100644 --- a/app/templates/modules/invoices.html +++ b/app/templates/modules/invoices.html @@ -39,7 +39,7 @@ Invoices - + @@ -54,13 +54,10 @@ Invoices {% for invoice in invoices.items %} - +
Actions ID Created Alternative Invoice ID
-
- -
- +
diff --git a/app/templates/modules/orders.html b/app/templates/modules/orders.html index fd0c13b..658f356 100644 --- a/app/templates/modules/orders.html +++ b/app/templates/modules/orders.html @@ -6,7 +6,7 @@ Orders {% endblock %} {% block actions %} -Add order +Add order {% endblock %} {% block content %} diff --git a/app/templates/modules/settings.html b/app/templates/modules/settings.html index 0b8f0c0..af0cf98 100644 --- a/app/templates/modules/settings.html +++ b/app/templates/modules/settings.html @@ -12,7 +12,7 @@ Settings for user {{ current_user.username }}

User profile

- +
-- cgit v1.2.3