Commit 51a6ec3e authored by Nate Brevin A. Que's avatar Nate Brevin A. Que

Fixed typographical error in 'assignment-add.html' and included its appropriate heading

parent 7505b0cd
{% extends 'base.html' %}
{% block title %}Add Assigment{% endblock %}
{% block title %}Add Assignment{% endblock %}
{% block content %}
<h1>Add a new assignment:</h1><br>
<form action="" method="post">
{% csrf_token %}
{{ 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