Browse Source

Supporting Django 3.

master
Eric van der Vlist 3 years ago
parent
commit
f063831578
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      binder/templates/base.html
  2. +1
    -1
      binder/templates/registration/login.html

+ 1
- 1
binder/templates/base.html View File

@ -1,4 +1,4 @@
{% load static from staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
{% block header %}

+ 1
- 1
binder/templates/registration/login.html View File

@ -1,4 +1,4 @@
{% load static from staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>

Loading…
Cancel
Save