7 lines
158 B
HTML
7 lines
158 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>{% block title %}Benutzer mit email: {{email}}.{% endblock %}</h1>
|
|
<h1>{{outcome}}</h1>
|
|
|
|
{% endblock %} |