summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-09 16:27:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-09 16:27:39 +0100
commit61d25cc615ee6f11beda1ea959fe6b9fc860b4fd (patch)
tree38bcd3154d999f4962c536cab30e671892da2d9c
parentb639a240a3fcb2a35ec366af1ba293e3436ef284 (diff)
downloadbackoffice-61d25cc615ee6f11beda1ea959fe6b9fc860b4fd.tar.gz
backoffice-61d25cc615ee6f11beda1ea959fe6b9fc860b4fd.tar.bz2
backoffice-61d25cc615ee6f11beda1ea959fe6b9fc860b4fd.zip
add taler nojs tags to make CSS magic work
-rw-r--r--talerblog/blog/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index 55a60db..0001ca0 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -15,7 +15,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
-->
-<html>
+<html data-taler-nojs="true">
<head>
<title>Taler Donation Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/pure.css') }}" />