add confirmation page

This commit is contained in:
erichhasl
2017-11-18 20:49:01 +01:00
parent 63f61af33a
commit 8c83af958a
3 changed files with 15 additions and 5 deletions
@@ -0,0 +1,6 @@
{% extends "public/default.html" %}
{% block content %}
<p>Vielen Dank für deine Anmeldung! <a href="{% url "meingoethopia:index" %}">Hier</a>
kommst du zurück zur Übersicht.</p>
{% endblock %}