diff --git a/netbox/utilities/templates/buttons/add.html b/netbox/utilities/templates/buttons/add.html
index 3f6fe3b97..278046852 100644
--- a/netbox/utilities/templates/buttons/add.html
+++ b/netbox/utilities/templates/buttons/add.html
@@ -1,10 +1,6 @@
{% if url %}
{% load i18n %}
- {% if return_url %}
-
- {% else %}
-
- {% endif %}
- {% trans "Add" %}
-
+
+ {% trans "Add" %}
+
{% endif %}
\ No newline at end of file