{% extends 'base.html' %} {% block title %}Post Announcement — CampusTalent{% endblock %} {% block content %}

Post an Announcement

Share events and opportunities with the campus community. Posts are reviewed before publishing.

{% csrf_token %} {% if form.errors %}
Please fix the errors below.
{% endif %}
{{ form.title }}
{{ form.body }}
Include all relevant details — dates, location, requirements, how to apply.
{{ form.category }}
{{ form.event_date }}
{{ form.external_link }}
Your announcement will be reviewed by moderators before it goes live.
Cancel
{% endblock %}