{% extends "social/base.html" %} {% block title %}Choose an account{% endblock %} {% block body %}

Which {{ network.label }} account should this app post to?

The person has approved this app; the network now needs to know which account inside it we meant. It asks even when there is only one.

{% csrf_token %} {# The resume token is not in this form. It carries the person's own access token on some networks, so it stays in the session - never in a hidden field, a URL or a log. #} {% for option in options %} {% endfor %}
{% endblock %}