diff options
-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 |