From 0c27c95a9c55b82b2c7e5e90b885c87578e895d0 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 27 Jul 2013 09:32:03 +0200 Subject: move templates to dedup package They cluttered webapp.py and now vim can give proper highlighting for the templates. --- dedup/templates/base.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dedup/templates/base.html (limited to 'dedup/templates/base.html') diff --git a/dedup/templates/base.html b/dedup/templates/base.html new file mode 100644 index 0000000..4e49d47 --- /dev/null +++ b/dedup/templates/base.html @@ -0,0 +1,22 @@ + + + + {% block title %}{% endblock %} + + + + {% block header %}{% endblock %} + + +{% block content %} +{% endblock %} +
+

Details about this service

+ + + -- cgit v1.2.3 From 6cbe2522ad85f51a8c2dbbdde0c8779ecb14ea45 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 30 Jul 2013 16:03:16 +0200 Subject: templates: wiki.d.o redirects to https now --- dedup/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dedup/templates/base.html') diff --git a/dedup/templates/base.html b/dedup/templates/base.html index 4e49d47..62f4087 100644 --- a/dedup/templates/base.html +++ b/dedup/templates/base.html @@ -13,7 +13,7 @@

Details about this service