{% extends "settings/base.html" %} {% block title %}Compose{% endblock %} {% block settings_content %}
{% csrf_token %}
Compose

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

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