summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/base.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-18 18:20:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-18 18:20:45 +0100
commitf54e7ada5a9338cbcbb4699632403eebdcf9baf9 (patch)
treeccdeeec1f33330c068e3830a3268f516c99fb86e /talerbank/app/templates/base.html
parent071f9712fa85ff2ee31f651456794d899bce3529 (diff)
downloadbank-f54e7ada5a9338cbcbb4699632403eebdcf9baf9.tar.gz
bank-f54e7ada5a9338cbcbb4699632403eebdcf9baf9.tar.bz2
bank-f54e7ada5a9338cbcbb4699632403eebdcf9baf9.zip
adjust wire transfer form
Diffstat (limited to 'talerbank/app/templates/base.html')
-rw-r--r--talerbank/app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerbank/app/templates/base.html b/talerbank/app/templates/base.html
index a604561..56d736f 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -21,8 +21,8 @@
<html data-taler-nojs="true">
<head>
<title>{{ settings_value("TALER_CURRENCY") }} Bank - Taler Demo</title>
- <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ static('bank.css') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ static('web-common/demo.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ static('web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
{% block head %} {% endblock %}