{% extends 'base.html' %} {% load static %} {% block title %}{{ title }} - Rapha-Bethel BNPS{% endblock %} {% block content %}

{{ title }}

Back
Announcement Details
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{{ form.title }}{% if form.title.errors %}
{{ form.title.errors }}
{% endif %}
{{ form.content }}{% if form.content.errors %}
{{ form.content.errors }}
{% endif %}
{{ form.audience }}
{{ form.priority }}
{{ form.publish_date }}
{{ form.is_published }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}