diff --git a/netbox/templates/extras/object_journal.html b/netbox/templates/extras/object_journal.html index 363b067a8..0ed95d9eb 100644 --- a/netbox/templates/extras/object_journal.html +++ b/netbox/templates/extras/object_journal.html @@ -5,25 +5,29 @@ {% render_errors form %} {% block content %} - {% if perms.extras.add_journalentry %} -
-
-
-

New Journal Entry

- {% csrf_token %} - {% render_form form %} -
-
- Cancel - -
-
-
- {% endif %}
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
+ {% if perms.extras.add_journalentry %} +
+
+

New Journal Entry

+
+
+
+ {% csrf_token %} + {% render_form form %} +
+
+ Cancel + +
+
+
+
+
+ {% endif %} {% endblock %}