{% extends 'admin/base.html' %} {% block _title %}{{ _('Crosspost') }}{% endblock %} {% set crosspost_link = 'active' %} {% block _content %}

{{ _('Crosspost') }}

{{ _('Automatically crosspost answers to social media') }}

{{ _('Fediverse') }}

{{ _("Setup guide") }}

{{ _('Your instance domain') }}

{{ _('What visibility to use for automatic posts') }}

{{ _('What content warning to use for automatic posts; leave blank for no content warning') }}

{{ _("Credentials") }}

{{ _("These are generated by the setup script and usually don't need to be changed manually") }}

{% include 'snippets/admin/saveBtn.html' %}
{% endblock %} {% block _scripts %} {% endblock %}