diff --git a/templates/student_import.html b/templates/student_import.html new file mode 100644 index 0000000..726a95f --- /dev/null +++ b/templates/student_import.html @@ -0,0 +1,15 @@ +{% extends "admin/base_site.html" %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +
{% csrf_token %} + {{ form.as_p }} + +
+{% endblock %}