mirror of
https://github.com/Hopiu/django.git
synced 2026-03-31 13:20:25 +00:00
6 lines
278 B
HTML
6 lines
278 B
HTML
{% extends "admin/actions.html" %}
|
|
{% 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>
|
|
{% endblock %}
|