From 7ea68e707488c36299cac55bd2339a1381d244ef Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 26 Jan 2020 15:02:33 +0100 Subject: [PATCH] Add modelline to all templates. --- aleksis/apps/chronos/templates/chronos/all.html | 2 ++ aleksis/apps/chronos/templates/chronos/hint_form.html | 2 ++ aleksis/apps/chronos/templates/chronos/hints.html | 2 ++ aleksis/apps/chronos/templates/chronos/my_timetable.html | 2 ++ aleksis/apps/chronos/templates/chronos/substitutions.html | 2 ++ aleksis/apps/chronos/templates/chronos/substitutions_print.html | 2 ++ aleksis/apps/chronos/templates/chronos/timetable.html | 2 ++ 7 files changed, 14 insertions(+) diff --git a/aleksis/apps/chronos/templates/chronos/all.html b/aleksis/apps/chronos/templates/chronos/all.html index a8521b2c..bedf5ca1 100644 --- a/aleksis/apps/chronos/templates/chronos/all.html +++ b/aleksis/apps/chronos/templates/chronos/all.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load i18n static %} diff --git a/aleksis/apps/chronos/templates/chronos/hint_form.html b/aleksis/apps/chronos/templates/chronos/hint_form.html index f87e2974..b0e62131 100644 --- a/aleksis/apps/chronos/templates/chronos/hint_form.html +++ b/aleksis/apps/chronos/templates/chronos/hint_form.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load material_form martortags static widget_tweaks %} diff --git a/aleksis/apps/chronos/templates/chronos/hints.html b/aleksis/apps/chronos/templates/chronos/hints.html index 851aa4e6..3c26f065 100644 --- a/aleksis/apps/chronos/templates/chronos/hints.html +++ b/aleksis/apps/chronos/templates/chronos/hints.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load material_form %} {% load martortags %} diff --git a/aleksis/apps/chronos/templates/chronos/my_timetable.html b/aleksis/apps/chronos/templates/chronos/my_timetable.html index e9dce532..90adf8fb 100644 --- a/aleksis/apps/chronos/templates/chronos/my_timetable.html +++ b/aleksis/apps/chronos/templates/chronos/my_timetable.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load i18n static %} diff --git a/aleksis/apps/chronos/templates/chronos/substitutions.html b/aleksis/apps/chronos/templates/chronos/substitutions.html index e322bfd6..2d0c9904 100644 --- a/aleksis/apps/chronos/templates/chronos/substitutions.html +++ b/aleksis/apps/chronos/templates/chronos/substitutions.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load i18n static %} diff --git a/aleksis/apps/chronos/templates/chronos/substitutions_print.html b/aleksis/apps/chronos/templates/chronos/substitutions_print.html index 4ce30f76..9f30bd14 100644 --- a/aleksis/apps/chronos/templates/chronos/substitutions_print.html +++ b/aleksis/apps/chronos/templates/chronos/substitutions_print.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load common %} diff --git a/aleksis/apps/chronos/templates/chronos/timetable.html b/aleksis/apps/chronos/templates/chronos/timetable.html index d970904f..ef4c00bd 100644 --- a/aleksis/apps/chronos/templates/chronos/timetable.html +++ b/aleksis/apps/chronos/templates/chronos/timetable.html @@ -1,3 +1,5 @@ +{# -*- engine:django -*- #} + {% extends 'core/base.html' %} {% load data_helpers static i18n %} -- GitLab