Changed page title

parent fa905cc6
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% block page-title %}Add Announcement:{% endblock %} {% block page-title %}Add Announcement{% endblock %}
{% block heading %} {% block heading %}
<!DOCTYPE html> <!DOCTYPE html>
...@@ -49,9 +49,11 @@ li a:hover { ...@@ -49,9 +49,11 @@ li a:hover {
{% block content %} {% block content %}
<form method="POST"> <form method="POST">
{% csrf_token %} {% csrf_token %}
<h3>
<table> <table>
{{ form.as_table }} {{ form.as_table }}
</table><br><br> </table><br><br>
</h3>
<p> <p>
<input class="button" type="submit" value="Add Announcement"> <input class="button" type="submit" value="Add Announcement">
</p> </p>
......
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