From c3d962a0d0f40aeb8eb6ca4a99b97ba34bc7aa02 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Wed, 8 Dec 2021 16:12:51 -0800 Subject: [PATCH] fix(templates): add some comments Signed-off-by: Kevin Morris --- templates/requests.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/requests.html b/templates/requests.html index 12f3f9c4..30241422 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -82,6 +82,12 @@ {% endif %} {% if request.user.is_elevated() and not result.ClosedTS %} + {# + If RequestType is an orphan and it's not yet due, it's locked + to allow the maintainer time to react to such a request. + + On request, orphans are locked for two weeks. + #} {% if result.RequestType.ID == 2 and not due %} {% set time_left = idle_time - time_delta %} {% if time_left > 48 * 3600 %}