Skip to content

Commit 09f2a2d

Browse files
committed
Increase maxlength for skill input to 64 characters
1 parent 4540db5 commit 09f2a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conditional/templates/major_project_submission.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="mb-4">Major Project Form</h3>
8181
id="skill-input"
8282
name="skill"
8383
type="text"
84-
maxlength="16"
84+
maxlength="64"
8585
placeholder="Add a skill"
8686
class="form-control border-0 w-100"
8787
required

0 commit comments

Comments
 (0)