Fix flake8 issue

This commit is contained in:
Fabre Florian 2017-09-14 11:40:27 +02:00
parent 5306a54222
commit 9aaa069e23

View file

@ -133,7 +133,7 @@ if StrictVersion(get_version()) >= StrictVersion('1.8'):
'DIRS': [
os.path.join(os.path.dirname(__file__), "templates"),
],
'OPTIONS': {
'OPTIONS': {
'debug': DEBUG,
'context_processors': [
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this