Commit c19afbc2 authored by Nate Brevin A. Que's avatar Nate Brevin A. Que

Fixed the title and added the appropriate heading in 'assignment-edit.html'

parent 51a6ec3e
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Edit Book{% endblock %} {% block title %}Edit Assignment{% endblock %}
<h1>Edit Assignment:</h1>
{% block content %} {% block content %}
<form action="" method="post"> <form action="" method="post">
{% csrf_token %} {% csrf_token %}
......
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