summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 15:02:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 15:02:35 +0100
commit4b0f33c9831b09b7f35d5108e8929902e25ca70d (patch)
tree3ab5ffd8e4cc918e888e084c1039634e376dcc73 /common
parentf2f208f9455f9acfdc0eefc267c521754907624d (diff)
downloadwww-4b0f33c9831b09b7f35d5108e8929902e25ca70d.tar.gz
www-4b0f33c9831b09b7f35d5108e8929902e25ca70d.tar.bz2
www-4b0f33c9831b09b7f35d5108e8929902e25ca70d.zip
merchant green box and wallet site fixes
Diffstat (limited to 'common')
-rw-r--r--common/base.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 7bed5774..31b5f1ed 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -4,7 +4,8 @@
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }}</title>
<meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" />
- {% include "common/header.j2.inc" %}
+ {% include "common/header.j2.inc" %}
+ {% block head_content %}{% endblock %}
</head>
<body id="mybody">
{% include "common/navigation.j2.inc" %}