From 66d2051c20c16669468d4828fe2b377b509f3bd3 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 10 Mar 2019 13:44:04 +0100 Subject: [PATCH] Fix django master --- tests/testapp/templates/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testapp/templates/form.html b/tests/testapp/templates/form.html index 82f7fd9..c57d0cf 100644 --- a/tests/testapp/templates/form.html +++ b/tests/testapp/templates/form.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %}