diff --git a/netbox/templates/extras/object_journal.html b/netbox/templates/extras/object_journal.html index 8417dd380..437ea4105 100644 --- a/netbox/templates/extras/object_journal.html +++ b/netbox/templates/extras/object_journal.html @@ -7,23 +7,23 @@ {% block content %} {% if perms.extras.add_journalentry %} -
-
-

New Journal Entry

-
+ +
+
+

New Journal Entry

{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %} {% render_field form.kind %} {% render_field form.comments %} - +
+
+ Cancel + +
-
- Cancel - -
-
+ {% endif %}
{% include 'panel_table.html' %}