migration fix

This commit is contained in:
Arvind Tiwari 2018-02-28 20:52:20 +05:30
parent cca555e681
commit 0f28b02350
2 changed files with 2 additions and 3 deletions

View File

@ -12,8 +12,7 @@ class Migration(migrations.Migration):
dependencies = [
('cms', '0014_auto_20160404_1908'),
('datacenterlight', '0011_auto_20180220_1423'),
('filer', '0005_auto_20171219_1856'),
('datacenterlight', '0011_auto_20180220_1423')
]
operations = [

View File

@ -1,4 +1,4 @@
{% load static i18n cms_tags menu_tags sekizai_tags %}
{% load static i18n cms_tags sekizai_tags %}
{% get_current_language as LANGUAGE_CODE %}
<!DOCTYPE html>