Add missing newlines

This commit is contained in:
dreng
2023-05-14 22:30:31 +02:00
parent 1f9295dead
commit 3b1e69f2a5
9 changed files with 9 additions and 9 deletions
-1
View File
@@ -229,4 +229,3 @@ class IndividualOptions(NetBoxModel):
def __str___(self):
return f"{self.user_id}"
+2 -1
View File
@@ -15,4 +15,5 @@ class CoordinatesIndex(SearchIndex):
fields = (
('group', 100),
('device', 200),
)
)
@@ -39,4 +39,4 @@
{% plugin_right_page object %}
</div>
</div>
{% endblock content %}
{% endblock content %}
@@ -1,3 +1,3 @@
{% extends 'generic/object_edit.html' %}
{% block title %}Add new Device Coordinates{% endblock title %}
{% block title %}Add new Device Coordinates{% endblock title %}
@@ -1,3 +1,3 @@
{% extends 'generic/object_edit.html' %}
{% block title %}Edit Device Coordinates{% endblock title %}
{% block title %}Edit Device Coordinates{% endblock title %}
@@ -1,3 +1,3 @@
{% extends 'generic/object_list.html' %}
{% block title %}Device Coordinates{% endblock title %}
{% block title %}Device Coordinates{% endblock title %}
@@ -42,4 +42,4 @@
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}
@@ -1,3 +1,3 @@
{% extends 'generic/object_edit.html' %}
{% block title %}Edit Coordinate Group{% endblock title %}
{% block title %}Edit Coordinate Group{% endblock title %}
@@ -1,3 +1,3 @@
{% extends 'generic/object_list.html' %}
{% block title %}Coordinate Groups{% endblock title %}
{% block title %}Coordinate Groups{% endblock title %}