{% extends base_template %} {% load i18n %} {% load scheduler_tags %} {% block title %}Edit Schedule {{ schedule.pk }}{% endblock %} {% block content %}

Edit Schedule {{ schedule.pk }}


{% if status %}

{{ status }}

{% endif %} {% if errors %}

{{ errors }}

{% endif %} Note that we currently do not support adding a schedule from the UI, nor modifying start-time, end_time, or the function to be called.

{{schedule.callback}}
'1,2,3' for jan, feb, march - '*' for all
'1,2,3' for 1st, 2nd, 3rd - '*' for all
'0,1,2' for mon, tue, wed - '*' for all
'0,1,2' for midnight, 1 o'clock, 2 - '*' for all
'0,1,2' for X:00, X:01, X:02 - '*' for all
How many times do you want this to fire? Leave blank for 'continuously'

{% trans 'Return to the list of schedules' %}

{% endblock %}