wrote templates, started nameko, cleaned up a bit

This commit is contained in:
downhill 2018-10-10 18:07:22 +02:00
commit 06249d530d
19 changed files with 338 additions and 13 deletions

View file

@ -0,0 +1,14 @@
<title> Userdata changed. </title>
<h2> The data for {{user}} has been changed. </h2>
<br><br>
<ul>
<li> Username: {{user}} </li>
<li> Firstname: {{firstname}} </li>
<li> Lastname: {{lastname}} </li>
<li> Email: {{email}} </li>
</ul>
<br><br>
<form action={% url 'index' %} type="get">
<input type="submit" value="Back to indexpage">
</form>