aboutsummaryrefslogtreecommitdiffstats
path: root/server/templates/server/index.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
commitffb9b4111a891fda9e9e1ddf19de936bdbd664f8 (patch)
treecbd563acbfb97d2cad4f7da425de412aad00e5dd /server/templates/server/index.html
parentMore data for users (diff)
downloadscout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.tar.gz
scout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.zip
Document support
Diffstat (limited to '')
-rw-r--r--server/templates/server/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/templates/server/index.html b/server/templates/server/index.html
index 37a553b..4095d4a 100644
--- a/server/templates/server/index.html
+++ b/server/templates/server/index.html
@@ -44,7 +44,8 @@
I am convenient because I require little markup to use effectively.</p>
</div>
<div class="card-action">
- <a href="{% url 'ulist' %}">Lista documenti</a>
+ <a href="{% url 'doctype' %}">Lista tipo doc</a>
+ <a href="{% url 'doclist' %}">Lista documenti</a>
<a href="{% url 'uapprove' %}">Approva documento</a>
</div>
</div>