8 lines
207 B
HTML
8 lines
207 B
HTML
|
<title> User {{ user }} created. </title>
|
||
|
|
||
|
<h2> User {{ user }} was successfully created. </h2>
|
||
|
<br><br>
|
||
|
<form action={% url 'index' %} method="get">
|
||
|
<input type="submit" value="Back to Indexpage">
|
||
|
</form>
|