aboutsummaryrefslogtreecommitdiffstats
path: root/server/templates/server/index.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2023-07-24 12:04:55 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2023-07-24 12:04:56 +0200
commit34d59ca113727d41d7bf0c8a3a986445fd40d087 (patch)
tree9c5c1f7e50d9b7640d4417da857e09e5ec52d14a /server/templates/server/index.html
parentMerge branch 'master' into dev (diff)
downloadscout-subs-34d59ca113727d41d7bf0c8a3a986445fd40d087.tar.gz
scout-subs-34d59ca113727d41d7bf0c8a3a986445fd40d087.zip
add doc table link
Diffstat (limited to 'server/templates/server/index.html')
-rw-r--r--server/templates/server/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/templates/server/index.html b/server/templates/server/index.html
index e57d575..2db42e4 100644
--- a/server/templates/server/index.html
+++ b/server/templates/server/index.html
@@ -89,6 +89,7 @@
<div class="hide-on-med-and-down">
<a class="waves-effect waves-light btn {{color}}" href="{% url 'doctype' %}">Tipi</a>
<a class="waves-effect waves-light btn {{color}}" href="{% url 'doclist' %}">Documenti</a>
+ <a class="waves-effect waves-light btn {{color}}" href="{% url 'doclist-table' %}">Documenti (Tabella BETA)</a>
<a class="waves-effect waves-light btn {{color}}" href="{% url 'docapprove' %}">Approva documento</a>
</div>