From d543a23fe5fcaef16f20c761fb0ea383c1949d58 Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Mon, 18 Oct 2021 12:33:38 -0400 Subject: [PATCH] fix: User unretirement admin template use static instead of admin_static template library (#29052) TNL-8884. This change would fix the issue where the undeleting a user results in 500. This is a change needed after the django version is upgraded to django 3.2 Co-authored-by: Simon Chen --- .../admin/user_api/accounts/cancel_retirement_action.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/admin/user_api/accounts/cancel_retirement_action.html b/lms/templates/admin/user_api/accounts/cancel_retirement_action.html index 07be7dc3e1..3e5b7622a3 100644 --- a/lms/templates/admin/user_api/accounts/cancel_retirement_action.html +++ b/lms/templates/admin/user_api/accounts/cancel_retirement_action.html @@ -1,5 +1,5 @@ {% extends "admin/change_form.html" %} -{% load i18n admin_static admin_modify %} +{% load i18n static admin_modify %} {% block content %}