Commit 93386683 authored by Agu Syquia's avatar Agu Syquia

Created announcement-add.html

Template to be used by the AnnouncementsAddView CBV
parent 7f851814
{% extends 'base.html'%}
{% block title %}
Add Announcement
{% endblock %}
{% block content %}
<h1>Add a new announcement:</h1>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Save New Announcement</button>
</form>
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment