Skip to content

Commit 9190cdd

Browse files
committed
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 ietf-tools#1668.
- Legacy-Id: 9499
1 parent 02be3f6 commit 9190cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/ballot/edit_position.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>Change position for {{ ad.plain_name }}<br><small>{{ doc }}</small></h1>
3030
{% endfor %}
3131

3232
{% buttons %}
33-
<button type="submit" class="btn btn-primary" name="send_mail">Save & send email</button>
33+
<button type="submit" class="btn btn-primary" name="send_mail" value="Save and send email">Save & send email</button>
3434
<input type="submit" class="btn btn-default" value="Save">
3535

3636
{% if doc.type_id == "draft" or doc.type_id == "conflrev" %}

0 commit comments

Comments
 (0)