Skip to content

Commit f1c8f72

Browse files
Merge branch 'develop' into release
2 parents 847c8e2 + 47c041d commit f1c8f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/templates/core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h4 class="card-title">Volunteering</h4>
255255
Please contact our team at <a href="mailto:contest@fsu.acm.org">contest@fsu.acm.org</a> for additional information!
256256
</p>
257257
<small class="card-text">
258-
A special thank you to ACM at FSU alumnus Will Davenport for donating the server hardware.
258+
<em>A special thank you to ACM at FSU alumnus Will Davenport for donating the server hardware.</em>
259259
</small>
260260
</div>
261261
</div>

src/manager/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Meta:
6262
'announcement_email_opt_out': 'Announcement Emails',
6363
}
6464
help_texts = {
65-
'fsu_id': 'Excluding @my.fsu.edu ex: ab12c@my.fsu.edu -> ab12c',
65+
'fsu_id': 'Excluding @fsu.edu ex: ab12c@fsu.edu -> ab12c',
6666
'fsu_num': 'Last 8 numbers on FSUCard. Exclude spaces.',
6767
'announcement_email_opt_out': 'Contest announcements delivered to your inbox.',
6868
}

0 commit comments

Comments
 (0)