Commit 45a3cc19 authored by Brescia Amandy's avatar Brescia Amandy

Fixed links on Add New Assignment Page and Assignments Page

parent 3c1468c1
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
<form method="POST" enctype="multipart/form-data" action=""> <form method="POST" enctype="multipart/form-data" action="">
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form.as_p }}
<input type="submit" value="Save New Post"> <input type="submit" value="Save New Assignment">
</form> </form>
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
<a href="add">New Assignment</a> <br/> <a href="add">New Assignment</a> <br/>
<a href="#">Dashboard</a> <br/> <a href="/dashboard">Dashboard</a> <br/>
<a href="#">Forum</a> <a href="/forum/">Forum</a>
{% 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