Skip to content

Commit

Permalink
fix: add action to form tool
Browse files Browse the repository at this point in the history
This allow to use form on django action
Kl0ven committed Feb 20, 2023
1 parent f365902 commit cfa19f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
<input type="hidden" name="{{ action_checkbox_name }}" value="{{ obj.pk|unlocalize }}">
{% endfor %}

<input type="hidden" name="action" value="{{ action }}">

{% include "include/form.html" %}
{% include "include/submit_row.html" %}

0 comments on commit cfa19f6

Please sign in to comment.