summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-21 14:27:32 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-21 14:27:32 +0100
commit4ff4993f9af11bd5d95cc465e5f5bf1472ed5515 (patch)
treef28d16806abbae7094dc1ae24eaf81e0b3dcaf60
parent0aee4bcae9d5f202eb6a6d83c99d1e9e37b508a0 (diff)
downloadbank-4ff4993f9af11bd5d95cc465e5f5bf1472ed5515.tar.gz
bank-4ff4993f9af11bd5d95cc465e5f5bf1472ed5515.tar.bz2
bank-4ff4993f9af11bd5d95cc465e5f5bf1472ed5515.zip
include fallback stylesheet
-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>