Skip to content

Commit 35f1d21

Browse files
authored
fix: Fix deferring ballots from the "edit position" view (ietf-tools#5106)
Fixes ietf-tools#4903
1 parent f8b48f4 commit 35f1d21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ietf/templates/doc/ballot/edit_position.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ <h1>
4343
{% if ballot_deferred %}
4444
<button type="submit"
4545
class="btn btn-warning"
46-
name="Undefer">Undefer ballot</button>
46+
name="Undefer"
47+
value="Undefer">Undefer ballot</button>
4748
{% else %}
4849
<button type="submit"
4950
class="btn btn-danger"
50-
name="Defer">Defer ballot</button>
51+
name="Defer"
52+
value="Defer">Defer ballot</button>
5153
{% endif %}
5254
{% endif %}
5355
{% endif %}

0 commit comments

Comments
 (0)