Browse Source

Fix "for" field in form labels

Achilleas Koutsou 6 năm trước cách đây
mục cha
commit
7082055581
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      templates/user/auth/signup.tmpl

+ 2 - 2
templates/user/auth/signup.tmpl

@@ -35,11 +35,11 @@
 						<input id="retype" name="retype" type="password" value="{{.retype}}" required>
 					</div>
 					<div class="inline field">
-						<label for="retype">Full Name</label>
+						<label for="full_name">Full Name</label>
 						<input id="full_name" name="full_name" value="{{.full_name}}">
 					</div>
 					<div class="inline field">
-						<label for="retype">Affiliation</label>
+						<label for="affiliation">Affiliation</label>
 						<input id="affiliation" name="affiliation" value="{{.affiliation}}">
 					</div>
 					{{if .EnableCaptcha}}