Browse Source

Bug fix on parent template links

Roland Haroutiounian 8 years ago
parent
commit
f5b6c6cdbd
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      templates/errors/404.html
  2. 1
    1
      templates/index/index.html

+ 1
- 1
templates/errors/404.html View File

@@ -1,4 +1,4 @@
1
-{% extends "Lodel/templates/base.html" %}
1
+{% extends "templates/base.html" %}
2 2
 {% block title %}Error 404{% endblock %}
3 3
 {% block content %}
4 4
     <h1>404 - File Not Found</h1>

+ 1
- 1
templates/index/index.html View File

@@ -1,3 +1,3 @@
1
-{% extends "Lodel/templates/base.html" %}
1
+{% extends "templates/base.html" %}
2 2
 {% block title %}Lodel 2 - DASHBOARD{% endblock %}
3 3
 {% block content %}DASHBOARD{% endblock %}

Loading…
Cancel
Save