{% extends 'base.html'%} {% block title %} Add Announcement {% endblock %} {% block content %}

Add a new announcement:

{% csrf_token %} {{ form.as_p }}
{% endblock %}