migration fix
This commit is contained in:
parent
cca555e681
commit
0f28b02350
2 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('cms', '0014_auto_20160404_1908'),
|
('cms', '0014_auto_20160404_1908'),
|
||||||
('datacenterlight', '0011_auto_20180220_1423'),
|
('datacenterlight', '0011_auto_20180220_1423')
|
||||||
('filer', '0005_auto_20171219_1856'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
|
@ -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 %}
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
Loading…
Reference in a new issue