1
0
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:
Matthias Kretschmann 2017-04-03 13:37:46 +02:00 committed by GitHub
parent c5d96487fa
commit 196b7700e3
2 changed files with 3 additions and 0 deletions

View File

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

View File

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