{% extends "layouts/dashboard_base.html" %} {% block title %}Syllabus Upload{% endblock %} {% block content %}

Upload Syllabus

Attach syllabus, sample scheme, and lesson plan files for teacher planning.

{% if success %}
Syllabus document uploaded successfully.
{% endif %} {% if errors %}
Please fix the following:
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{% csrf_token %}
Instructions
  • Upload only syllabus documents aligned with the selected curriculum.
  • Teachers will only see syllabuses for their school curriculum type.
  • Include sample schemes/lesson plans to speed up generation.
{% endblock %}