{% 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. You will be able to connect your github account to your Quay.io account in the user settings.
{% endblock %}