{% extends "social/base.html" %} {% block title %}Write a post{% endblock %} {% block body %}

Write a post

{% if not connections %}

Connect an account first.

{% else %}
{% csrf_token %}
Where it goes

Tick as many as you like. Posting to several accounts is this app's own loop, one account at a time - there is no post_to_many, because only an app knows whether one network refusing should stop the rest. This one carries on and shows every refusal.

{% for connection in connections %} {% endfor %}
The post
YouTube
Pinterest
TikTok
{% endif %} {% if attempts %}

What this app has tried

{% include "social/attempts.html" %} {% endif %} {% endblock %}