aboutsummaryrefslogtreecommitdiffstats
path: root/templates/contexts/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contexts/single.html')
-rw-r--r--templates/contexts/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contexts/single.html b/templates/contexts/single.html
index 7a3ab44..f2adfcb 100644
--- a/templates/contexts/single.html
+++ b/templates/contexts/single.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block header %}
-<p><a href="{{ current_path }}">..</a>/{{ term.slug }}/</p>
+<p><a href="{{ current_path }}..">..</a>/{{ term.slug }}/</p>
<h1>{{ term.name }}</h1>
{% endblock header %}