Put back the value attribute for the name/value pair of the 'Save & send email' button of the ballot position edit form, in order to provide the button name to the form handling code. Fixes issue #1668.
- Legacy-Id: 9499
This commit is contained in:
parent
02be3f6aa0
commit
9190cdd946
|
@ -30,7 +30,7 @@
|
|||
{% endfor %}
|
||||
|
||||
{% buttons %}
|
||||
<button type="submit" class="btn btn-primary" name="send_mail">Save & send email</button>
|
||||
<button type="submit" class="btn btn-primary" name="send_mail" value="Save and send email">Save & send email</button>
|
||||
<input type="submit" class="btn btn-default" value="Save">
|
||||
|
||||
{% if doc.type_id == "draft" or doc.type_id == "conflrev" %}
|
||||
|
|
Loading…
Reference in a new issue