{% extends "base.html" %} {% block title %} Error Logging in with GitHub ยท Quay.io {% endblock %} {% block body_content %}

There was an error logging in with GitHub.

{% if error_message %}
{{ error_message }}
{% endif %}
Please register using the registration form to continue.
{% endblock %}