diff --git a/netbox/templates/extras/object_changelog.html b/netbox/templates/extras/object_changelog.html index 3b1575986..90855a750 100644 --- a/netbox/templates/extras/object_changelog.html +++ b/netbox/templates/extras/object_changelog.html @@ -6,7 +6,7 @@
-
+
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
diff --git a/netbox/templates/extras/object_journal.html b/netbox/templates/extras/object_journal.html index 8fb7670d8..7b23772a6 100644 --- a/netbox/templates/extras/object_journal.html +++ b/netbox/templates/extras/object_journal.html @@ -7,15 +7,15 @@ {% block content %}
-
+
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% if perms.extras.add_journalentry %}
-
-

{% trans "New Journal Entry" %}

+

{% trans "New Journal Entry" %}

+