{% extends "socialaccount/base.html" %} {% load i18n static %} {% block head %} {% endblock %} {% block head_title %}{% trans "Pulse: Connect your social account" %}{% endblock %} {% block main_title %}{% trans "Link a social account" %}{% endblock %} {% block content %}
{% trans "You have successfully signed in to your Pulse account!" %}
{% 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." %}
{% include "socialaccount/snippets/social-buttons.html" with process="connect" scope=scope auth_params=auth_params %} {% include "socialaccount/snippets/login_extra.html" %} {% endblock %}