Merged in [10347] from rjsparks@nostrum.com:

Allow entering more than one email address in addtional cc on the send ballot comments form. Fixes #1811.
 - Legacy-Id: 10362
Note: SVN reference [10347] has been migrated to Git commit 88e7fa3adb
This commit is contained in:
Henrik Levkowetz 2015-11-01 23:51:57 +00:00
commit f73193ee5b

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>