Remove .to extension from nav templates

This commit is contained in:
richard-dds 2018-08-02 11:05:17 -04:00
parent 7de7b62ef1
commit 6c060c8256
3 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
{% block template_vars %}{% endblock %} {% block template_vars %}{% endblock %}
{% include 'navigation/topbar.html.to' %} {% include 'navigation/topbar.html' %}
<div class='global-layout'> <div class='global-layout'>
{% include 'navigation/global_navigation.html.to' %} {% include 'navigation/global_navigation.html' %}
<div class='global-panel-container'> <div class='global-panel-container'>
{% block sidenav %}{% endblock %} {% block sidenav %}{% endblock %}