mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-21 03:11:51 +00:00
11 lines
343 B
HTML
11 lines
343 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 %}
|