From f063831578b24baa65209a5dc40389fa4fbdff53 Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Sat, 18 Apr 2020 09:35:28 +0200 Subject: [PATCH] Supporting Django 3. --- binder/templates/base.html | 2 +- binder/templates/registration/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/templates/base.html b/binder/templates/base.html index 7f64e63..d422fbe 100644 --- a/binder/templates/base.html +++ b/binder/templates/base.html @@ -1,4 +1,4 @@ -{% load static from staticfiles %} +{% load static %} {% block header %} diff --git a/binder/templates/registration/login.html b/binder/templates/registration/login.html index 5592a8c..0a31c39 100644 --- a/binder/templates/registration/login.html +++ b/binder/templates/registration/login.html @@ -1,4 +1,4 @@ -{% load static from staticfiles %} +{% load static %}