Files
propedal-planner/templates/auth/confirmation.html
2022-06-14 18:03:34 +02:00

7 lines
158 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>{% block title %}Benutzer mit email: {{email}}.{% endblock %}</h1>
<h1>{{outcome}}</h1>
{% endblock %}