{% extends "base.html" %} {% load static %} {% block style-discussion-topics %}{% endblock %} {% block nav-subjects %}My Subjects{% endblock %} {% block body%}

Topics in Subject

{% for topic in topics %}

{{topic.title}}

{% endfor %}
{% csrf_token %}

Add New Topic

{{form.title}}
Include Prof {{form.is_prof_included}}
{% endblock %}