Skip to content

Commit 2c88e1d

Browse files
authored
Merge pull request #578 from aln730/develop
Increase maxlength for skill input from 16 to 64
2 parents 339d628 + ff606bf commit 2c88e1d

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)