Add checkbox for isCore

This commit is contained in:
2017-02-19 11:44:24 +08:00
parent 62a0733a11
commit 2e61b4c8ad
4 changed files with 9 additions and 2 deletions
@@ -1,4 +1,8 @@
<form {{action "save" on="submit"}}>
<p>
{{input type="checkbox" name="is-core" id="is-core" checked=isCore}}
<label for="is-core">Core team member (can add contributors)</label>
</p>
<p>
{{input name="id"
type="text"