mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 02:16:10 +01:00
cc CLA emails (#110)
Add config for a list of emails the CLA submissions should get CC'd to
This commit is contained in:
parent
c5d96487fa
commit
196b7700e3
@ -9,6 +9,7 @@ url: https://www.bigchaindb.com
|
||||
email:
|
||||
contact: contact@bigchaindb.com
|
||||
cla: troy@ascribe.io
|
||||
cla_cc: sylvain@bigchaindb.com
|
||||
|
||||
twitter: BigchainDB
|
||||
facebook: BigchainDB
|
||||
|
@ -65,6 +65,7 @@
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
|
||||
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -119,6 +120,7 @@
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
|
||||
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user