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 %}