Skip to content

Commit

Permalink
fix: Fix deferring ballots from the "edit position" view (#5106)
Browse files Browse the repository at this point in the history
Fixes #4903
  • Loading branch information
larseggert committed Feb 11, 2023
1 parent f8b48f4 commit 35f1d21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ietf/templates/doc/ballot/edit_position.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ <h1>
{% if ballot_deferred %}
<button type="submit"
class="btn btn-warning"
name="Undefer">Undefer ballot</button>
name="Undefer"
value="Undefer">Undefer ballot</button>
{% else %}
<button type="submit"
class="btn btn-danger"
name="Defer">Defer ballot</button>
name="Defer"
value="Defer">Defer ballot</button>
{% endif %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit 35f1d21

Please sign in to comment.