aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/base.html')
-rw-r--r--templates/main/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index 5dd0c02c..9d692342 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -12,7 +12,7 @@
{% endblock %}
</head>
<body>
-{% include "navigation.html" %}
+{% include "main/navigation.html" %}
{% block content %}{% endblock %}
</body>
</html>