aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-08-14 15:41:06 +0200
committerAndrea Lepori <aleporia@gmail.com>2023-08-14 15:41:06 +0200
commit9aa2930600ba779a0259bbef83bb2ed7eede6b1e (patch)
treef874ca873ea3394812ac5ddabfdcf9ff97235b54
parentadd email field when registering (diff)
downloadscout-subs-9aa2930600ba779a0259bbef83bb2ed7eede6b1e.tar.gz
scout-subs-9aa2930600ba779a0259bbef83bb2ed7eede6b1e.zip
fix hiding docs on phone
-rw-r--r--server/templates/server/doc_type.html2
-rw-r--r--version.txt2
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