diff options
Diffstat (limited to 'templates/main/base.html')
-rw-r--r-- | templates/main/base.html | 2 |
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> |