diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 5ce7c3f7d5..6c4d8b80e4 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -1,3 +1,4 @@ +from datetime import timedelta ### Set the time after which the admin session expires # There are two sessions on pagure, login that holds for 31 days and diff --git a/roles/pagure/templates/pagure_admin.cfg b/roles/pagure/templates/pagure_admin.cfg index 2076904b43..82505e86a0 100644 --- a/roles/pagure/templates/pagure_admin.cfg +++ b/roles/pagure/templates/pagure_admin.cfg @@ -1,3 +1,4 @@ +from datetime import timedelta ### Set the time after which the admin session expires # There are two sessions on pagure, login that holds for 31 days and