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:
Henrik Levkowetz 2015-04-15 11:10:15 +00:00
parent 02be3f6aa0
commit 9190cdd946

View file

@ -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" %}