Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes #1811. Commit ready for merge.
- Legacy-Id: 10347
This commit is contained in:
parent
893988e45e
commit
88e7fa3adb
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>Additional Cc Addresses</label>
|
||||
<input class="form-control" type="email" name="extra_cc">
|
||||
<input class="form-control" name="extra_cc" >
|
||||
<div class="help-block">Separate email addresses with commas.</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue