{{{
+++ 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' %}"/>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26326>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
On which page are you opening the popup?
Are you running Django 1.9.3? A similar report was fixed in Django 1.9.1
(#25903).
--
Ticket URL: <https://code.djangoproject.com/ticket/26326#comment:1>
Comment (by maceo):
Change user > Permissions > Groups
The style of the link to add a new group is also affected by the fix. I
will add a screenshot.
The version is 1.9.3 installed yesterday via pip. The project has nothing
on it except what was created by `startproject`
--
Ticket URL: <https://code.djangoproject.com/ticket/26326#comment:2>
* Attachment "Screenshot-Change user | Django site admin - Mozilla
Firefox.png" added.
Comment (by timgraham):
Have you tried a different browser? I cannot reproduce a problem in
Firefox or Chrome.
--
Ticket URL: <https://code.djangoproject.com/ticket/26326#comment:3>
* status: new => closed
* resolution: => worksforme
* easy: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26326#comment:4>