summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/survey/templates/base.html')
-rw-r--r--talersurvey/survey/templates/base.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/talersurvey/survey/templates/base.html b/talersurvey/survey/templates/base.html
index 849c53d..bc36c08 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -40,14 +40,7 @@
</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>
+ <h1>Taler Surve Demo</h1>
{% block main %}
This is the main content of the page.
{% endblock %}