add working confirmation

This commit is contained in:
pstruebi
2022-06-14 18:03:34 +02:00
parent 4518f0b290
commit 0077ebbacc
3 changed files with 19 additions and 14 deletions

View File

@@ -2,6 +2,6 @@
{% block content %}
<h1>{% block title %}Benutzer mit email: {{email}}.{% endblock %}</h1>
<h1>{% block title %}{{outcome}}.{% endblock %}</h1>
<h1>{{outcome}}</h1>
{% endblock %}