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:
Robert Sparks 2015-10-31 08:52:31 +00:00
parent 893988e45e
commit 88e7fa3adb

View file

@ -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>