Skip to content

Commit fb82d2b

Browse files
Merge pull request #51 from liam-middlebrook/maxlen-project
Add Major Project Name Form Length
2 parents 8cc2852 + b618ade commit fb82d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/templates/major_project_submission.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 class="page-title">Major Project Form</h3>
1111
<div class="panel-body">
1212
<div class="form-group label-floating is-empty">
1313
<label class="control-label" for="name">Project Name</label>
14-
<input class="form-control" id="name" name="name" type="text">
14+
<input class="form-control" id="name" name="name" type="text" maxlength="64">
1515
</div>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)