Added load staticfiles and i18n and extended datacenterlight/base.html explicitly
This commit is contained in:
parent
b15bae4940
commit
47970fb00a
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "datacenterlight/base.html" %}
|
||||||
|
{% load staticfiles i18n %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "datacenterlight/base.html" %}
|
||||||
|
{% load staticfiles i18n %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
|
|
Loading…
Reference in a new issue