{% include "header.html" %} {% load custom_filters %}

Add Syllabus Form

{% csrf_token %} {% for section in section_list %}
Section Name: {{ section.section.section_name }}
Sub Section Name Topic Names
{% endfor %}
{% include "sidebar.html" %}
{% include "footer.html" %}