{% extends "admin/base_main.html" %} {% block subtitle %}Create Announcement{% endblock %} {% block settings_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 %}