mirror of
https://github.com/bigchaindb/site.git
synced 2025-01-11 21:35:39 +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:
|
email:
|
||||||
contact: contact@bigchaindb.com
|
contact: contact@bigchaindb.com
|
||||||
cla: troy@ascribe.io
|
cla: troy@ascribe.io
|
||||||
|
cla_cc: sylvain@bigchaindb.com
|
||||||
|
|
||||||
twitter: BigchainDB
|
twitter: BigchainDB
|
||||||
facebook: BigchainDB
|
facebook: BigchainDB
|
||||||
|
@ -65,6 +65,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
|
<input type="hidden" name="_subject" value="New CLA submission (Individual)" />
|
||||||
|
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -119,6 +120,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
|
<input type="hidden" name="_subject" value="New CLA submission (Organization)" />
|
||||||
|
<input type="hidden" name="_cc" value="{{ site.email.cla_cc }}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user