Skip to content

Commit ac66f9e

Browse files
authored
Merge pull request #183 from csssuf/tyops
templates/*: fix a few small typos
2 parents a533095 + b54a06e commit ac66f9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conditional/templates/co_op.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 class="page-title">Co-Op Submission</h3>
1111
<div class="panel-body" style="padding-top:25px">
1212
{% if not on_coop %}
1313
<p>Please select one of the following options below if you are going to be on co-op during either semester this year. In the case you are going to be on co-op for both semesters, please contact the Evaluations Director and have them remove you from Active status.</p>
14-
<p>By selecting an option and submitting this form you are forfeiting your right to vote in house matters during the selected period. You are not required to attend house meetings but are still eligable for directorship meeting attendance.</p>
14+
<p>By selecting an option and submitting this form you are forfeiting your right to vote in house matters during the selected period. You are not required to attend house meetings but are still eligible for directorship meeting attendance.</p>
1515
<form data-module="coopSubmitForm">
1616
<div class="co-op-group">
1717
<div class="col-xs-12 col-sm-6">

conditional/templates/member_management.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ <h3 class="panel-title">Add Users</h3>
131131

132132
{% if is_eval_director %}
133133
{% if freshmen|length == 0 %}
134-
<div class="alert alert-info" role="alert"><span class="glyphicon glyphicon-info-sign white" style="padding-right:5px"> </span> There are currently no freshmen accounts.</div>
134+
<div class="alert alert-info" role="alert"><span class="glyphicon glyphicon-info-sign white" style="padding-right:5px"> </span> There are currently no freshman accounts.</div>
135135
{% else %}
136136
<div class="panel panel-default">
137137
<div class="panel-heading">
138-
<h3 class="panel-title">Freshmen Management</h3>
138+
<h3 class="panel-title">Freshman Management</h3>
139139
</div>
140140
<div class="panel-body table-fill">
141141
<div class="table-responsive">

conditional/templates/new_year.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container main">
77
<div id="new-welcome">
88
<h3 class="page-title">Welcome!</h3>
9-
<p>Is it that time of year already? Before we get started, please <strong>be careful and ready everything before continuing</strong>. Some actions taken on the next few steps can be detrimental if followed in the middle of the year. Once you are ready to proceed, click 'Begin' below.</p>
9+
<p>Is it that time of year already? Before we get started, please <strong>be careful and ready everything before continuing</strong>. Some actions taken in the next few steps can be detrimental if followed in the middle of the year. Once you are ready to proceed, click 'Begin' below.</p>
1010
<a href="#" data-module="newYear" data-step="welcome" class="btn btn-primary btn-new-next center-block"><span class="glyphicon glyphicon-ok"></span> Begin</a>
1111
</div>
1212
<div id="new-clear" style="display: none;">
@@ -42,7 +42,7 @@ <h3 class="page-title">Prune Current Students Group</h3>
4242
</div>
4343
<div id="new-housing" style="display: none;">
4444
<h3 class="page-title">That was easy!</h3>
45-
<p>The next and final step is to go through and populate the housing board, the button below will even take you there. Just a note: adding people will automatically mark them as active, since they will be charged dues.</p>
45+
<p>The next and final step is to go through and populate the housing board; the button below will even take you there. Just a note: adding people will automatically mark them as active, since they will be charged dues.</p>
4646
<a href="/housing" class="btn btn-primary btn-new-next center-block"><span class="glyphicon glyphicon-ok"></span> Onward and Upward!</a>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)