From 6b6eb5c5bce8a4be9adc571f9826cf6e3d2ebcf0 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Wed, 11 Sep 2013 22:12:06 +0200 Subject: [PATCH] shorten kate modeline comments, add 'hl Django HTML Template' statements --- pyweb/mumble/templates/mumble/channel.html | 4 +--- pyweb/mumble/templates/mumble/embed.html | 4 +--- pyweb/mumble/templates/mumble/list.html | 4 +--- pyweb/mumble/templates/mumble/mobile_list.html | 4 +--- pyweb/mumble/templates/mumble/mobile_mumble.html | 4 +--- pyweb/mumble/templates/mumble/mumble.html | 4 +--- pyweb/mumble/templates/mumble/player.html | 4 +--- pyweb/mumble/templates/mumble/server.html | 4 +--- pyweb/templates/index.html | 1 + pyweb/templates/mobile_index.html | 1 + 10 files changed, 10 insertions(+), 24 deletions(-) diff --git a/pyweb/mumble/templates/mumble/channel.html b/pyweb/mumble/templates/mumble/channel.html index cef8e89..f9798c4 100644 --- a/pyweb/mumble/templates/mumble/channel.html +++ b/pyweb/mumble/templates/mumble/channel.html @@ -1,6 +1,4 @@ -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load staticfiles %} {% load mumble_extras %}
diff --git a/pyweb/mumble/templates/mumble/embed.html b/pyweb/mumble/templates/mumble/embed.html index 9c64135..6b3d2ff 100644 --- a/pyweb/mumble/templates/mumble/embed.html +++ b/pyweb/mumble/templates/mumble/embed.html @@ -1,8 +1,6 @@ {% extends "index.html" %} {% load staticfiles %} -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 4; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load i18n %} {% block body %} diff --git a/pyweb/mumble/templates/mumble/list.html b/pyweb/mumble/templates/mumble/list.html index 9ff25e3..7553638 100644 --- a/pyweb/mumble/templates/mumble/list.html +++ b/pyweb/mumble/templates/mumble/list.html @@ -1,7 +1,5 @@ {% extends "index.html" %} -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 4; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load staticfiles %} {% load i18n %} diff --git a/pyweb/mumble/templates/mumble/mobile_list.html b/pyweb/mumble/templates/mumble/mobile_list.html index f7d90a0..f2d7b4a 100644 --- a/pyweb/mumble/templates/mumble/mobile_list.html +++ b/pyweb/mumble/templates/mumble/mobile_list.html @@ -1,7 +1,5 @@ {% extends "mobile_index.html" %} -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% block Headline %} Configured Mumble Servers diff --git a/pyweb/mumble/templates/mumble/mobile_mumble.html b/pyweb/mumble/templates/mumble/mobile_mumble.html index a0bc18f..a364082 100644 --- a/pyweb/mumble/templates/mumble/mobile_mumble.html +++ b/pyweb/mumble/templates/mumble/mobile_mumble.html @@ -1,7 +1,5 @@ {% extends "mobile_index.html" %} -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load i18n %} {% block Headline %} diff --git a/pyweb/mumble/templates/mumble/mumble.html b/pyweb/mumble/templates/mumble/mumble.html index 9b00359..54ebe58 100644 --- a/pyweb/mumble/templates/mumble/mumble.html +++ b/pyweb/mumble/templates/mumble/mumble.html @@ -1,8 +1,6 @@ {% extends "index.html" %} {% load staticfiles %} -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 4; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load i18n %} {% block body %} diff --git a/pyweb/mumble/templates/mumble/player.html b/pyweb/mumble/templates/mumble/player.html index d265c49..8d7ef31 100644 --- a/pyweb/mumble/templates/mumble/player.html +++ b/pyweb/mumble/templates/mumble/player.html @@ -1,6 +1,4 @@ -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load staticfiles %} {% load i18n %} diff --git a/pyweb/mumble/templates/mumble/server.html b/pyweb/mumble/templates/mumble/server.html index 3513cf9..4d771ca 100644 --- a/pyweb/mumble/templates/mumble/server.html +++ b/pyweb/mumble/templates/mumble/server.html @@ -1,6 +1,4 @@ -{% comment %} - -{% endcomment %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load staticfiles %}
diff --git a/pyweb/templates/index.html b/pyweb/templates/index.html index 09f92af..e28676d 100644 --- a/pyweb/templates/index.html +++ b/pyweb/templates/index.html @@ -83,3 +83,4 @@ {% endblock %} +{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} diff --git a/pyweb/templates/mobile_index.html b/pyweb/templates/mobile_index.html index a2d6555..88ebb5a 100644 --- a/pyweb/templates/mobile_index.html +++ b/pyweb/templates/mobile_index.html @@ -32,3 +32,4 @@
+{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #}