{% plugin_buttons object %}
- {% if not object.pk or object.is_active and perms.extras.add_configrevision %}
- {% url 'extras:configrevision_add' as edit_url %}
+ {% if not object.pk or object.is_active and perms.core.add_configrevision %}
+ {% url 'core:configrevision_add' as edit_url %}
{% include "buttons/edit.html" with url=edit_url %}
{% endif %}
- {% if object.pk and not object.is_active and perms.extras.delete_configrevision %}
+ {% if object.pk and not object.is_active and perms.core.delete_configrevision %}
{% delete_button object %}
{% endif %}
diff --git a/netbox/templates/extras/configrevision_restore.html b/netbox/templates/core/configrevision_restore.html
similarity index 85%
rename from netbox/templates/extras/configrevision_restore.html
rename to netbox/templates/core/configrevision_restore.html
index 134a0b547..ad6fb1bd9 100644
--- a/netbox/templates/extras/configrevision_restore.html
+++ b/netbox/templates/core/configrevision_restore.html
@@ -18,8 +18,8 @@
@@ -77,7 +77,7 @@