Upgraded to Django 2.1

This commit is contained in:
Jeremy Stretch
2018-11-02 14:42:15 -04:00
parent 3eb176010c
commit f80167ad77
22 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
{% extends '_base.html' %}
{% load static from staticfiles %}
{% load static %}
{% load helpers %}
{% load secret_helpers %}

View File

@@ -1,5 +1,5 @@
{% extends '_base.html' %}
{% load static from staticfiles %}
{% load static %}
{% load form_helpers %}
{% block content %}

View File

@@ -1,5 +1,5 @@
{% extends 'utilities/obj_import.html' %}
{% load static from staticfiles %}
{% load static %}
{% block content %}
{{ block.super }}