summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/base.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-22 14:05:11 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-22 14:05:11 +0100
commit717fc3dfeee7df43c1247bdd7dcedccfac2d273c (patch)
treeea6a088cc59267759b2a114c586146902563e5c6 /talerdonations/donations/templates/base.html
parentc4130cfbd924ce4f75d23a7af34438459f10f4f6 (diff)
downloaddonations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.tar.gz
donations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.tar.bz2
donations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.zip
mention donor name in receipt
Diffstat (limited to 'talerdonations/donations/templates/base.html')
-rw-r--r--talerdonations/donations/templates/base.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html
index ecf8094..60f17da 100644
--- a/talerdonations/donations/templates/base.html
+++ b/talerdonations/donations/templates/base.html
@@ -41,14 +41,6 @@
</div>
<section id="main" class="content">
- <a href="{{ url_for('index') }}">
- <div id="logo">
- <svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
- </svg>
- </div>
- </a>
{% block main %}
This is the main content of the page.
{% endblock %}