Commit 8ff26d55 authored by Alia Lawraine Olay's avatar Alia Lawraine Olay

Fixed typo in announcement_form.html

parent 66cf6330
......@@ -17,7 +17,7 @@
{{ form.announcement_title }}<br><br>
<label for="{{ form.announcement_body.id_for_label }}">Announcement Body</label><br>
{{ form.announcement_body }}<br><br>
<label for="{{ form.authot.id_for_label }}">Author</label><br>
<label for="{{ form.author.id_for_label }}">Author</label><br>
{{ form.author }}<br><br>
<input type="submit" value="Save Announcement" id="submit_button">
</form>
......
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