Supporting Django 3.
This commit is contained in:
parent
676b67e8e1
commit
f063831578
|
@ -1,4 +1,4 @@
|
|||
{% load static from staticfiles %}
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% block header %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% load static from staticfiles %}
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
Loading…
Reference in New Issue