Skip to content

Commit 88e7fa3

Browse files
committed
Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes ietf-tools#1811. Commit ready for merge.
- Legacy-Id: 10347
1 parent 893988e commit 88e7fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/ballot/send_ballot_comment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Send ballot position for {{ ad }} on <a href="{% url "doc_view" name=doc.can
3131

3232
<div class="form-group">
3333
<label>Additional Cc Addresses</label>
34-
<input class="form-control" type="email" name="extra_cc">
34+
<input class="form-control" name="extra_cc" >
3535
<div class="help-block">Separate email addresses with commas.</div>
3636
</div>
3737

0 commit comments

Comments
 (0)