diff --git a/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html b/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html
index 727d3df793..7bfb094c37 100644
--- a/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html
+++ b/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html
@@ -6,21 +6,21 @@
-
+
{% endif %}
{% if can_add_related %}
-
+
{% endif %}
{% if can_delete_related %}
-
+
{% endif %}
{% endblock %}