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 --- client/templates/client/doc_create.html | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'client/templates/client') 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 %} -- cgit v1.2.1