diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-08-14 15:41:06 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-08-14 15:41:06 +0200 |
commit | 9aa2930600ba779a0259bbef83bb2ed7eede6b1e (patch) | |
tree | f874ca873ea3394812ac5ddabfdcf9ff97235b54 | |
parent | add email field when registering (diff) | |
download | scout-subs-9aa2930600ba779a0259bbef83bb2ed7eede6b1e.tar.gz scout-subs-9aa2930600ba779a0259bbef83bb2ed7eede6b1e.zip |
fix hiding docs on phone
-rw-r--r-- | server/templates/server/doc_type.html | 2 | ||||
-rw-r--r-- | version.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/templates/server/doc_type.html b/server/templates/server/doc_type.html index 2871258..35dd9f3 100644 --- a/server/templates/server/doc_type.html +++ b/server/templates/server/doc_type.html @@ -163,13 +163,13 @@ <br> <br> <a class="col s12 waves-effect waves-light btn {{color}}" onclick="send('m{{doctype.id}}')"><i class="material-icons left">download_for_offline</i> Scarica CSV (con dati medici)</a> + {% endif %} <br> <br> <a class="col s12 waves-effect waves-light btn {{color}}" href={% url "doclist" type_id=doctype.id %}><i class="material-icons left">description</i>Documenti</a> <br> <br> <a class="col s12 waves-effect waves-light btn {{color}}" href={% url "doclist-table" type_id=doctype.id %}><i class="material-icons left">document_scanner</i>Documenti formato tabella (BETA)</a> - {% endif %} </div> <br> <ul class="collection"> diff --git a/version.txt b/version.txt index 962f641..09a0e62 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ version=0.7 -rev=2 +rev=3 |