summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-10 17:33:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-10 17:33:18 +0100
commit45ccff983460b02fe3d25b761320dbfeb6c0079c (patch)
tree1093e08bca426277050f053390cbaa94ce194169
parent6d733084fe7efa9b2879c388680e4f054ca96852 (diff)
downloaddonations-45ccff983460b02fe3d25b761320dbfeb6c0079c.tar.gz
donations-45ccff983460b02fe3d25b761320dbfeb6c0079c.tar.bz2
donations-45ccff983460b02fe3d25b761320dbfeb6c0079c.zip
enable js-less presence detection
-rw-r--r--talerdonations/donations/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html
index 55a60db..0001ca0 100644
--- a/talerdonations/donations/templates/base.html
+++ b/talerdonations/donations/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') }}" />