aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 860bce2..5f5d6da 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,7 +2,7 @@
{{define "content"}}
<ul>
<li>
- <a href="/login">Connexion</a>
+ <a href="{{.ROOT}}/login">Connexion</a>
</li>
</ul>
{{end}}