{% extends "base.html" %} {% block helppage %}

This screen lets you swap slot positions in your schedule, while keeping slot contents intact.

Just select the slot you want to swap this slot with.

{% endblock %} {% block content %}

Swap slot positions

{% if title %} This slot ("{{title}}") {% else %} This empty slot {% endif %} is currently positioned at {{ oldslot.start_time }}.

Select a new position:

Cancel {% endblock %}