Created announcement-edit.html file and added contents

parent 69c55dce
{% extends 'base.html' %}
{% load static %}
{% block page-title %}Edit Announcement{% endblock %}
{% block heading %}<h1>Edit announcement:</h1>{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table><br><br>
<input class="button" type="submit" value="Save Changes to Announcement">
</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