Update registration form authored by wu-lee's avatar wu-lee
...@@ -16,7 +16,7 @@ need to be over the age of consent.* ...@@ -16,7 +16,7 @@ need to be over the age of consent.*
## Personal Info: ## Personal Info:
<div class="formgroup"> <div class="formgroup">
<label for="name">Name</label><i>(optional)</i> <label for="name">Name <i>(optional)</i></label>
<input id="name" name="name" type="text" maxlength="40"> <input id="name" name="name" type="text" maxlength="40">
<label for="oc-user">OpenCollective user name</label> <label for="oc-user">OpenCollective user name</label>
... ...
......