1
0
Fork 0
This repository has been archived on 2025-03-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
csb-project-1/notes/templates/index.html
2024-11-24 16:45:26 +02:00

10 lines
245 B
HTML

<!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>