Merge pull request #409 from ThomasWaldmann/django-static

use "load static", fixes #403
This commit is contained in:
TW 2019-04-08 21:25:25 +02:00 committed by GitHub
commit 974af1e72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ setup(
install_requires=[
'dnspython<1.17.0', # 1.16 is last with py27 support
'netaddr',
'django',
'django>=1.11.0',
'django-bootstrap-form',
'django-registration-redux',
'django-extensions',

View File

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