diff --git a/templates/base.html b/templates/base.html
index 58c804cb..8a421227 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,10 +17,10 @@
{% block template_vars %}{% endblock %}
- {% include 'navigation/topbar.html.to' %}
+ {% include 'navigation/topbar.html' %}
- {% include 'navigation/global_navigation.html.to' %}
+ {% include 'navigation/global_navigation.html' %}
{% block sidenav %}{% endblock %}
diff --git a/templates/navigation/global_navigation.html.to b/templates/navigation/global_navigation.html
similarity index 100%
rename from templates/navigation/global_navigation.html.to
rename to templates/navigation/global_navigation.html
diff --git a/templates/navigation/topbar.html.to b/templates/navigation/topbar.html
similarity index 100%
rename from templates/navigation/topbar.html.to
rename to templates/navigation/topbar.html