{% extends "core/schedule.html" %} {% block selectedTab4 %} class="tabs-selected"{% endblock %} {% block section %}Schedule{% endblock %} {% block title %}Create Schedule{% endblock %} {% block content %}

Home Rink Schedule

This interface allows you to fill in your team's home rink schedule. Make sure the dates and times you enter have been reserved for your team. You have to select game type, rink, date, time and press "Save" to save your rink time slot and make it available for other teams to pick. Once the away team picks one of the time slots you have entered, you will be notified by email and have a chance to either confirm the game or reject it. Once another team schedules a game for one of your time slots you will not be able to delete it anymore.

Home Rink Schedule

{% for object in events %} {% endfor %}
Game Type Rink Date Time
:
{{ object.eventType }} {{ object.rink }} {{ object.dateTimeEvent|date:"M j, Y" }} {{ object.dateTimeEvent|date:"h:i A" }}
{% endblock %}