aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talerbank/app/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerbank/app/templates/base.html b/talerbank/app/templates/base.html
index 6395ece..70ec612 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -23,6 +23,7 @@
<title>{{ currency }} Bank - Taler Demo</title>
<link rel="stylesheet" type="text/css" href="/static/web-common/style.css">
<link rel="stylesheet" type="text/css" href="/static/style.css">
+ <link rel="stylesheet" type="text/css" href="/static/web-common/taler-fallback.css" id="taler-presence-stylesheet" />
<link rel="stylesheet" type="text/css" href="{% static "web-common/lang.css" %}">
<!--#include virtual="{% static "web-common/lang.html" %}" -->
<script src="{% static "web-common/lang.js" %}" type="application/javascript"></script>