{% extends "oauth/base.html" %} {% block title %}Sign in{% endblock %} {% block content %}

Sign in

Enter your email and password to continue.

{% if error %}

{{ error }}

{% endif %}

Client: {{ client_id }}

{% endblock %}