Skip to content

Commit 76f193c

Browse files
committed
Added line to major project form
1 parent be84bfe commit 76f193c

File tree

3 files changed

+302
-457
lines changed

3 files changed

+302
-457
lines changed

conditional/templates/major_project_submission.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ <h3 class="page-title">Major Project Form</h3>
1616
</div>
1717
</div>
1818
</div>
19+
<div class="panel panel-default">
20+
<div class="panel-body">
21+
<div class="form-group label-floating is-empty">
22+
<label class="control-label" for="tldr">Short Description / TL;DR</label>
23+
<input class="form-control" id="tldr" name="tldr" type="text" maxlength="64"
24+
placeholder="A quick, one-sentence pitch for your project and what it does.">
25+
</div>
26+
</div>
27+
</div>
1928
<div class="panel panel-default">
2029
<div class="panel-body" style="padding-top:20px;">
2130
<div class="form-group label-floating is-empty">

0 commit comments

Comments
 (0)