﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26326	Admin related object pop-ups not working	maceo	nobody	"Instead of opening in a pop-up the related object change form opens in a new window.  After some investigation, the modification below has fixed it.  One of you lovely Django peoples please verify/patch.  Thank you.

{{{

+++ b/contrib/admin/templates/admin/related_widget_wrapper.html
@@ -10,7 +10,7 @@
         </a>
         {% endif %}
         {% if can_add_related %}
-        <a class=""related-widget-wrapper-link add-related"" id=""add_id_{{ name }}""
+        <a class=""related-widget-wrapper-link add-another"" id=""add_id_{{ name }}""
             href=""{{ add_related_url }}?{{ url_params }}""
             title=""{% blocktrans %}Add another {{ model }}{% endblocktrans %}"">
             <img src=""{% static 'admin/img/icon-addlink.svg' %}"" alt=""{% trans 'Add' %}""/>
}}}
"	Bug	closed	contrib.admin	1.9	Normal	worksforme			Unreviewed	0	0	0	0	0	0
