summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2019-09-13 12:19:43 +0100
committerDaniel Axtens <dja@axtens.net>2019-09-14 05:59:43 +1000
commit89c924f9bc2f4fef73fd445c45c73d6cecbc798a (patch)
tree07e0648a9222be2fb4f27fc299678523ca8d0123 /templates
parent8f0ba2bb74499c3c4884746a782e87ed362e8f1e (diff)
downloadpatchwork-89c924f9bc2f4fef73fd445c45c73d6cecbc798a.tar
patchwork-89c924f9bc2f4fef73fd445c45c73d6cecbc798a.tar.gz
templates: Use 'static' rather than 'statictags' library
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 501208f..802ea98 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,4 +1,4 @@
-{% load staticfiles %}
+{% load static %}
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>