Skip to content

Commit 1db1ac8

Browse files
authored
Increase maxlength for skill input from 16 to 30
1 parent 9253b0e commit 1db1ac8

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="30"
8585
placeholder="Add a skill"
8686
class="form-control border-0 w-100"
8787
required

0 commit comments

Comments
 (0)