aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/list.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 23:23:23 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 23:23:23 +0300
commit8891e69e711d4a197c3b16183e1c39accbd38b45 (patch)
tree535037b8182a407820f698e2dc1a08beda624da5 /servo/templates/orders/list.html
parentac02bb0b5b3abbde7dc0386ad687378eb36eb30a (diff)
downloadServo-8891e69e711d4a197c3b16183e1c39accbd38b45.tar.gz
Servo-8891e69e711d4a197c3b16183e1c39accbd38b45.tar.bz2
Servo-8891e69e711d4a197c3b16183e1c39accbd38b45.zip
Fix staticfiles for Django 3
Diffstat (limited to 'servo/templates/orders/list.html')
-rwxr-xr-xservo/templates/orders/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/list.html b/servo/templates/orders/list.html
index 2e5347b..d053925 100755
--- a/servo/templates/orders/list.html
+++ b/servo/templates/orders/list.html
@@ -1,4 +1,4 @@
-{% load staticfiles %}
+{% load static %}
{% load servo_tags %}
{% load humanize %}
{% load cache %}