summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerdonations/donations/templates/base.html')
-rw-r--r--talerdonations/donations/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html
index dc78eb0..55a60db 100644
--- a/talerdonations/donations/templates/base.html
+++ b/talerdonations/donations/templates/base.html
@@ -20,6 +20,7 @@
<title>Taler Donation Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/demo.css') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
<script src="{{ url("/static/web-common/taler-wallet-lib.js") }}" type="application/javascript"></script>
<script src="{{ url("/static/web-common/lang.js") }}" type="application/javascript"></script>
{% block styles %}{% endblock %}