1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Upgraded to Django 2.1

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

View File

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

View File

@@ -1,5 +1,5 @@
{% extends '_base.html' %}
{% load static from staticfiles %}
{% load static %}
{% load helpers %}
{% block title %}{{ provider }}{% endblock %}