{% extends "partials/base.html" %} {% load static %} {% load custom_filters %} {% block content %}
{% include 'partials/error-meg.html' %}
{% block title %} {% include "partials/title.html" with title="Edit Assign Class" text="Dashboard" textone="Assign Class" texttwo="Edit Assign Class"%} {% endblock title %}
Teacher Assigned Class
{% csrf_token %}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock %}