{% extends "settings/base.html" %} {% block subtitle %}Create Announcement{% endblock %} {% block content %}
{% csrf_token %}
Announcement {% include "forms/_field.html" with field=form.text %}
Visibility {% include "forms/_field.html" with field=form.published %} {% include "forms/_field.html" with field=form.start %} {% include "forms/_field.html" with field=form.end %}
Back
{% endblock %}