{% extends "socialaccount/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% translate "Login Cancelled" %}{% endblock title %} {% block page_title %}{% translate "Login Cancelled" %}{% endblock page_title %} {% block content %} {% url 'account_login' as login_url %}

{% blocktranslate trimmed %} You decided to cancel logging in to our site using one of your existing accounts. If this was a mistake, please proceed to sign in. {% endblocktranslate %}

{% endblock %}