From 6c060c82564e6cbe1007ce93402942d8834dda27 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 2 Aug 2018 11:05:17 -0400 Subject: [PATCH] Remove .to extension from nav templates --- templates/base.html | 4 ++-- .../{global_navigation.html.to => global_navigation.html} | 0 templates/navigation/{topbar.html.to => topbar.html} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/navigation/{global_navigation.html.to => global_navigation.html} (100%) rename templates/navigation/{topbar.html.to => topbar.html} (100%) 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