Files
propedal-planner/propedal-planner/templates/auth/confirmation.html
2024-06-24 21:13:12 +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 %}