{% extends "base.html" %} {% load crispy_forms_tags %} {% block page_title %}Announcement{% endblock page_title %} {% block content %}

{% if announcement %}Edit Announcement{% else %}New Announcement{% endif %}

{% csrf_token %} {% if not can_target_head %} {% endif %} {{ form|crispy }}
Back
{% endblock content %}