Commit d3ef095c authored by Agu Syquia's avatar Agu Syquia

Created announcements-edit.html

Template to be used by AnnouncementsEditView CBV
parent d36c89f8
{% extends 'base.html'%}
{% block title %}
Edit Announcement
{% endblock %}
{% block content %}
<h2>Edit announcement:</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Save Changes to 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