Commit b48a5a05 authored by Brescia Amandy's avatar Brescia Amandy

Fixed headers on Assignment Add and Edit Pages

parent 45a3cc19
......@@ -2,7 +2,7 @@
{% block title %}Add Post{% endblock %}
{% block header %}Add a new post.{% endblock %}
{% block header %}Add a new assignment:{% endblock %}
{% block body %}
<form method="POST" enctype="multipart/form-data" action="">
......
......@@ -2,7 +2,7 @@
{% block title %}Add Post{% endblock %}
{% block header %}Add a new post.{% endblock %}
{% block header %}Edit Assignment:{% endblock %}
{% block body %}
<form method="POST" enctype="multipart/form-data" action="">
......
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