Commit 55880d12 authored by Joan Denise Nocos's avatar Joan Denise Nocos

feat: added newassignment template; updated to include link to index view

parent 2a6291c9
......@@ -4,6 +4,7 @@
{% block content %}
<h1>New Assignment</h1>
<a href="{% url 'assignments:index' %}">Assignments Per Course</a>
<form method="POST" action="{% url 'assignments:newassignment' %}">
{% csrf_token %}
{{ assignment_form.as_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