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 <schen@edx-c02fw0guml85.lan>
This commit is contained in:
Simon Chen
2021-10-18 12:33:38 -04:00
committed by GitHub
parent f4974aebd5
commit d543a23fe5

View File

@@ -1,5 +1,5 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_static admin_modify %}
{% load i18n static admin_modify %}
{% block content %}