Update report, again

This commit is contained in:
Skia
2016-06-20 00:01:26 +02:00
parent aa92bc9467
commit 109e23cee0
2 changed files with 58 additions and 17 deletions

View File

@ -65,7 +65,6 @@ TEMPLATES = [
"BACKEND": "django_jinja.backend.Jinja2",
"APP_DIRS": True,
"OPTIONS": {
# Match the template names ending in .html but not the ones in the admin folder.
"match_extension": ".jinja",
"app_dirname": "templates",
"newstyle_gettext": True,