Reorder files
This commit is contained in:
parent
8f3b1f817a
commit
d9a41f82bb
16 changed files with 59 additions and 13 deletions
10
notes/templates/index.html
Normal file
10
notes/templates/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<form action="/accounts/logout/" method="POST">
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Log out">
|
||||
</form>
|
||||
<h1>Hello, logged in user {{user.username }}!</h1>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue