diff --git a/core/templates/core/absences/log.html b/core/templates/core/absences/log.html new file mode 100644 index 0000000..3f26837 --- /dev/null +++ b/core/templates/core/absences/log.html @@ -0,0 +1,151 @@ +{% extends 'base.html' %} +{% load static %} + +{% block title %}Log Worker Absences | FoxFitt{% endblock %} + +{% block content %} +{% comment %} +Standalone absence-logging form. Date range with optional Sat/Sun +inclusion (mirror of /attendance/log/). After successful submit +either redirects to /absences/ (no conflicts) or to +/absences/log/confirm/ (one or more workers were on a WorkLog for +one of the selected dates — admin chooses whether to also remove +them from the WorkLog). +{% endcomment %} + +