From 31b9590a7acaad3e252c4b601eb20f3c4d2b62dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Aug 2020 20:24:27 +0800 Subject: [PATCH] Removed the unused static module in the template of the user list in the Mia core application. --- mia_core/templates/mia_core/user_list.html | 1 - 1 file changed, 1 deletion(-) diff --git a/mia_core/templates/mia_core/user_list.html b/mia_core/templates/mia_core/user_list.html index 66e4821..573136d 100644 --- a/mia_core/templates/mia_core/user_list.html +++ b/mia_core/templates/mia_core/user_list.html @@ -20,7 +20,6 @@ user_list.html: The template for the user list Author: imacat@mail.imacat.idv.tw (imacat) First written: 2020/8/9 {% endcomment %} -{% load static %} {% load i18n %} {% load mia_core %}