mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 05:12:18 -06:00
Misc cleanup
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{% extends 'generic/_base.html' %}
|
{% extends 'generic/_base.html' %}
|
||||||
{% load form_helpers %}
|
{% load form_helpers %}
|
||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
{% load render_table from django_tables2 %}
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load render_table from django_tables2 %}
|
||||||
|
|
||||||
{% comment %}
|
{% comment %}
|
||||||
Blocks:
|
Blocks:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{% extends 'generic/_base.html' %}
|
{% extends 'generic/_base.html' %}
|
||||||
{% load helpers %}
|
|
||||||
{% load form_helpers %}
|
{% load form_helpers %}
|
||||||
{% load render_table from django_tables2 %}
|
{% load helpers %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load render_table from django_tables2 %}
|
||||||
|
|
||||||
{% comment %}
|
{% comment %}
|
||||||
Blocks:
|
Blocks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends 'generic/_base.html' %}
|
{% extends 'generic/_base.html' %}
|
||||||
{% load helpers %}
|
|
||||||
{% load form_helpers %}
|
{% load form_helpers %}
|
||||||
|
{% load helpers %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% comment %}
|
{% comment %}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ __all__ = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class BackgroundJobMixin(forms.Form):
|
class BackgroundJobMixin:
|
||||||
background_job = forms.BooleanField(
|
background_job = forms.BooleanField(
|
||||||
label=_('Background job'),
|
label=_('Background job'),
|
||||||
help_text=_("Execute this task via a background job"),
|
help_text=_("Execute this task via a background job"),
|
||||||
|
|||||||
Reference in New Issue
Block a user