]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Use 'static' rather than 'statictags' library
authorAndrew Donnellan <ajd@linux.ibm.com>
Fri, 13 Sep 2019 11:19:43 +0000 (12:19 +0100)
committerDaniel Axtens <dja@axtens.net>
Fri, 13 Sep 2019 19:59:43 +0000 (05:59 +1000)
statictags is being renamed to static, use of {% load statictags %} is
deprecated and will break in Django 3.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
templates/base.html

index 501208f01e597c5be8c2bbc8e68472bc4dba29ea..802ea98b0745893b43edaff4f10e85849a69b673 100644 (file)
@@ -1,4 +1,4 @@
-{% load staticfiles %}
+{% load static %}
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
  <head>