diff --git a/core/templates/core/attendance_log.html b/core/templates/core/attendance_log.html index b8c1003..717aa69 100644 --- a/core/templates/core/attendance_log.html +++ b/core/templates/core/attendance_log.html @@ -169,8 +169,9 @@ {# Two submit buttons share the same form. The `name=value` pair #} {# of whichever button the user clicks ends up in request.POST so #} {# the view can branch on `next_action`. Default ('log_only' or #} - {# missing) keeps the existing Site Report flow. 'log_absences' #} - {# redirects to /absences/log/ pre-filled with this date/team/project. #} + {# missing) returns to the dashboard with the success toast. #} + {# 'log_absences' redirects to /absences/log/ pre-filled with this #} + {# date/team/project. #}