templates/socialaccount/connections.html (13 lines of code) (raw):

{% extends "socialaccount/base.html" %} {% load i18n static %} {% block head %} <link href="{% static 'account/css/login.css' %}" rel="stylesheet" type="text/css"> {% endblock %} {% block head_title %}{% trans "Pulse: Connect your social account" %}{% endblock %} {% block main_title %}{% trans "Link a social account" %}{% endblock %} {% block content %} <p class="mt-3 mb-4 body-text mx-auto">{% trans "You have successfully signed in to your Pulse account!" %}</p> <p class="body-text mx-auto mb-5">{% trans "You can now sign in below to the social account you want to additionally link to your Pulse account. You can then sign in to Pulse using any of your connected social accounts." %}</p> {% include "socialaccount/snippets/social-buttons.html" with process="connect" scope=scope auth_params=auth_params %} {% include "socialaccount/snippets/login_extra.html" %} {% endblock %}