Skip to content

Commit b618ade

Browse files
Add Major Project Name Form Length
Fixes #44
1 parent 963b9c2 commit b618ade

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)