{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock %} {% block title %}New Assignment{% endblock %} {% block content %}

New Assignment

{% csrf_token %} Assignment name: {{ form.name }}
Description:
{{ form.description }}
Max points: {{ form.max_points }}
Course Code/Course Title/Section: {{ form.course }}
Image: {{ form.assignment_image}}
{% endblock %}