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:
@@ -1,5 +1,5 @@
|
||||
{% extends '_base.html' %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% extends '_base.html' %}
|
||||
{% load static from staticfiles %}
|
||||
{% load static %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block title %}{{ provider }}{% endblock %}
|
||||
|
Reference in New Issue
Block a user