diff themes/tuxlite_tbs/templates/base.html @ 44:31fa19e7fd78

hard-code german for now. This is in sync with the LOCALE setting in the config but is not a good choice with translated articles, obviously
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 30 Sep 2014 04:26:39 +0200
parents 51d2ddc51e40
children ea8a767f5111
line wrap: on
line diff
--- a/themes/tuxlite_tbs/templates/base.html	Tue Sep 30 04:08:41 2014 +0200
+++ b/themes/tuxlite_tbs/templates/base.html	Tue Sep 30 04:26:39 2014 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="{{ DEFAULT_LANG }}">
+<html lang="de-DE">
 <head>
     <meta charset="utf-8">
     <title>{% block windowtitle %}{{ SITENAME }}{% endblock %}</title>