{% extends "settings/base.html" %} {% block title %}Compose{% endblock %} {% block settings_content %}
{% csrf_token %}
Compose {% if reply_to %} {% include "activities/_mini_post.html" with post=reply_to %} {% endif %}

For more advanced posting options, like editing and image uploads, please use an app.

{{ form.reply_to }} {{ form.id }} {% include "forms/_field.html" with field=form.text %} {% include "forms/_field.html" with field=form.content_warning %} {% include "forms/_field.html" with field=form.visibility %}
{{ config.post_length }}
{% endblock %}