{% extends "socialaccount/base_entrance.html" %}
{% load i18n %}
{% block title %}
{% trans "Login Cancelled" %}
{% endblock title %}
{% block content %}
{% url 'account_login' as login_url %}
{% blocktrans %}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.{% endblocktrans %}
{% endblock content %}