Commit 109e1fb8 authored by Michael Lopez's avatar Michael Lopez

added details on existing announcement-add.html

parent a1716a06
jjikjk
\ No newline at end of file
{% extends "base.html" %}
{% block title %}
Add Announcement
{% endblock %}
{% block content %}
<h2>Add a new announcement:</h2>
<p>
<form action='' method="POST">
{% csrf_token %}
<p>Title: {{form.title}}</p><br>
<p>Body: <br> {{form.body}}</p><br>
<p>Author: {{form.author}}</p><br>
<input type="submit" value="Add Announcement">
</form>
</p>
{% 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