{% extends "top.html" %} {% block title %}New Course{% endblock %} {% block content %}
{% csrf_token %}
{% for category in categories %}
{% endfor %}
Cancel
{% endblock %}