Added load staticfiles and i18n and extended datacenterlight/base.html explicitly

This commit is contained in:
M.Ravi 2017-06-09 11:32:51 +05:30
parent b15bae4940
commit 47970fb00a
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% extends "datacenterlight/base.html" %}
{% load staticfiles i18n %}
{% block body %}

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% extends "datacenterlight/base.html" %}
{% load staticfiles i18n %}
{% block body %}
<!-- Navigation -->