Skip to content

Commit d736260

Browse files
authored
fix: re-align html and view for submit-to-iesg. Fixes ietf-tools#3913 (ietf-tools#3914)
1 parent 3862d4a commit d736260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/doc/submit_to_iesg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ <h1>
9292
{% csrf_token %}
9393
<button type="submit"
9494
class="btn btn-warning"
95-
name="confirm">
95+
name="confirm" value="confirm">
9696
Request publication</button>
9797
<button type="submit"
9898
class="btn btn-secondary float-end"
9999
name="cancel">
100100
Back</button>
101101
</form>
102-
{% endblock %}
102+
{% endblock %}

0 commit comments

Comments
 (0)