mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #36255 -- Renamed the admin action button for improved accessibility.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block actions-submit %}
|
||||
<button type="submit" class="button override-actions" title="{% translate "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% translate "Go" %}</button>
|
||||
<button type="submit" class="button override-actions" name="index" value="{{ action_index|default:0 }}">{% translate "Run" %}</button>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user