demucs-server/src/demucs_server/templates/logout.html.j2

10 lines
242 B
Django/Jinja

{% extends "_base.html.j2" %}
{% block content %}
<form action="/logout" method="POST">
<h2>are you sure you want to log out?</h2>
<button>log out</button>
<p>you will need your user ID to log back in.</p>
</form>
{% endblock %}