summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/base.html
diff options
context:
space:
mode:
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 %}