From 3a175662da52cc770d52e46a9abe2cd782aa2142 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Mon, 20 Jul 2020 23:53:03 +0200 Subject: search users, show attachments, fancy pass reset --- client/templates/client/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'client/templates') diff --git a/client/templates/client/index.html b/client/templates/client/index.html index ff12e74..0eb244e 100644 --- a/client/templates/client/index.html +++ b/client/templates/client/index.html @@ -266,6 +266,33 @@ {% endif %} + {% if doc.0.document_type.medical_data %} +
  • +
    + attach_fileAllegati +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
  • + {% endif %} -- cgit v1.2.1