Skip to content

Commit f73193e

Browse files
committed
Merged in [10347] from rjsparks@nostrum.com:
Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes ietf-tools#1811. - Legacy-Id: 10362 Note: SVN reference [10347] has been migrated to Git commit 88e7fa3
2 parents f3ad73d + 88e7fa3 commit f73193e

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)