{% extends 'whoop/base.html' %} {% block body %}

Re-authenticate WHOOP

{% if error %}
Error: {{ error }}
{% endif %}
{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}

Back to Dashboard

{% endblock %}