Remove .to extension from nav templates
This commit is contained in:
parent
7de7b62ef1
commit
6c060c8256
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user