Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

app\layouts\schedule_listing.html

seamussmith edited this page Feb 6, 2022 · 5 revisions

Layout app/layouts/schedule_base.html

Extends app/layouts/base.html

Base template for schedule listing pages. Handles logic for schedule management. All the blocks are children of a form that is responsible for sending data to timeslot management views.

block schedule_head

Head of the schedule card.

block schedule_card

Block that wraps around schedule_body so that it can be overwritten.