diff --git a/netbox/utilities/templates/buttons/add.html b/netbox/utilities/templates/buttons/add.html index dd2704e00..df257b5d2 100644 --- a/netbox/utilities/templates/buttons/add.html +++ b/netbox/utilities/templates/buttons/add.html @@ -1,6 +1,6 @@ {% if url %} {% load i18n %} - + {% trans "Add" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/bookmark.html b/netbox/utilities/templates/buttons/bookmark.html index 417e2023c..832da9e90 100644 --- a/netbox/utilities/templates/buttons/bookmark.html +++ b/netbox/utilities/templates/buttons/bookmark.html @@ -5,11 +5,11 @@ {% endfor %} {% if bookmark %} - + {% trans "Unbookmark" %} {% else %} - + {% trans "Bookmark" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/bulk_delete.html b/netbox/utilities/templates/buttons/bulk_delete.html index b3baa725b..88713d753 100644 --- a/netbox/utilities/templates/buttons/bulk_delete.html +++ b/netbox/utilities/templates/buttons/bulk_delete.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - + {% trans "Delete Selected" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/bulk_edit.html b/netbox/utilities/templates/buttons/bulk_edit.html index a6bf76637..eec5000ea 100644 --- a/netbox/utilities/templates/buttons/bulk_edit.html +++ b/netbox/utilities/templates/buttons/bulk_edit.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - + {% trans "Edit Selected" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/clone.html b/netbox/utilities/templates/buttons/clone.html index 646db6222..e38846b86 100644 --- a/netbox/utilities/templates/buttons/clone.html +++ b/netbox/utilities/templates/buttons/clone.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - + {% trans "Clone" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/delete.html b/netbox/utilities/templates/buttons/delete.html index 9df61cba6..bffbff27d 100644 --- a/netbox/utilities/templates/buttons/delete.html +++ b/netbox/utilities/templates/buttons/delete.html @@ -2,7 +2,7 @@ diff --git a/netbox/utilities/templates/buttons/edit.html b/netbox/utilities/templates/buttons/edit.html index 6fb0a0952..26016fcfc 100644 --- a/netbox/utilities/templates/buttons/edit.html +++ b/netbox/utilities/templates/buttons/edit.html @@ -1,4 +1,4 @@ {% load i18n %} - + {% trans "Edit" %} diff --git a/netbox/utilities/templates/buttons/export.html b/netbox/utilities/templates/buttons/export.html index 879fc02c5..0499d15d1 100644 --- a/netbox/utilities/templates/buttons/export.html +++ b/netbox/utilities/templates/buttons/export.html @@ -1,6 +1,6 @@ {% load i18n %} - + {% trans "Export" %} diff --git a/netbox/utilities/templates/buttons/import.html b/netbox/utilities/templates/buttons/import.html index f45856f0b..9f3440caf 100644 --- a/netbox/utilities/templates/buttons/import.html +++ b/netbox/utilities/templates/buttons/import.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - + {% trans "Import" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/sync.html b/netbox/utilities/templates/buttons/sync.html index 12f9fae87..de3412246 100644 --- a/netbox/utilities/templates/buttons/sync.html +++ b/netbox/utilities/templates/buttons/sync.html @@ -1,7 +1,7 @@ {% load i18n %} {% csrf_token %} - + {% trans "Sync" %}