{% extends "base.html" %} {% block title %}Import Data - Timetable Generator{% endblock %} {% block content %}

Import Timetable Data

Import your saved data: Upload a JSON file previously exported from this application to restore all your teachers, subjects, sections, and saved timetables.
Only JSON files exported from this application are supported.
Cancel
Warning: Importing will replace all current data in your session. Make sure to export your current data first if you want to keep it.
{% endblock %}