Changed label of button in new announcement page to 'save announcement'

parent 50587691
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<form method="POST" enctype="multipart/form-data"> <form method="POST" enctype="multipart/form-data">
{% csrf_token %} {% csrf_token %}
{{form.as_p}} {{form.as_p}}
<input type="submit" value="Submit"></input> <input type="submit" value="Save Announcement"></input>
</form> </form>
<h2><a href="/announcements/">Announcement Board</a></h2> <h2><a href="/announcements/">Announcement Board</a></h2>
{% endblock %} {% 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