From 8dabcc7622207781c1bd18f5285ab3393e9b7619 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 22 Jun 2020 12:56:03 +0200 Subject: Chips filter, date filter, fix buttons with text --- accounts/templates/accounts/index.html | 8 ++-- client/templates/client/doc_create.html | 24 ++++++++++-- server/templates/server/doc_list.html | 50 ++++++++++++++++++++++--- server/templates/server/doc_type.html | 1 + server/views.py | 66 +++++++++++++++++++++++++++++++-- 5 files changed, 133 insertions(+), 16 deletions(-) diff --git a/accounts/templates/accounts/index.html b/accounts/templates/accounts/index.html index b3f25f0..c1f4624 100644 --- a/accounts/templates/accounts/index.html +++ b/accounts/templates/accounts/index.html @@ -266,9 +266,11 @@
- - In caso dovesse assumere farmaci, avvisare comunque i capi - +
+
+

In caso dovesse assumere farmaci, avvisare comunque i capi

+
+
diff --git a/client/templates/client/doc_create.html b/client/templates/client/doc_create.html index 39deb2d..a095c04 100644 --- a/client/templates/client/doc_create.html +++ b/client/templates/client/doc_create.html @@ -46,21 +46,39 @@ {% if personal_data %}
- Il documento conterrà le informazioni personali, prego verificare che siano corrette e aggiornate +
+
+

+ Il documento conterrà le informazioni personali, prego verificare che siano corrette e aggiornate +

+
+
{% endif %} {% if medical_data %}
- Il documento conterrà le informazioni mediche, prego verificare che siano corrette e aggiornate +
+
+

+ Il documento conterrà le informazioni mediche, prego verificare che siano corrette e aggiornate +

+
+
{% endif %} {% if custom_message %}
- {{custom_message_text}} +
+
+

+ {{custom_message_text}} +

+
+
{% endif %} diff --git a/server/templates/server/doc_list.html b/server/templates/server/doc_list.html index 331a3d5..8a6be37 100644 --- a/server/templates/server/doc_list.html +++ b/server/templates/server/doc_list.html @@ -40,6 +40,7 @@
  • deleteDEBUG
  • @@ -104,6 +105,8 @@
    + +