Skip to content

Commit 457bf79

Browse files
committed
Merge pull request #1031 from magfest/closed_wording_fix
fixed wording to no longer refer to MAGFest 13 explicitly
2 parents e95c264 + 173046f commit 457bf79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uber/site_sections/preregistration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ class Root:
505505
def default(self, *args, **kwargs):
506506
return """
507507
<html><head></head><body style='text-align:center'>
508-
<h2 style='color:red'>Hope you had a great MAGFest!</h2>
509-
Preregistration for MAGFest 13 will open in the summer.
508+
<h2 style='color:red'>Hope you had a great {event}!</h2>
509+
Preregistration for {event} {year} will open in a few months.
510510
</body></html>
511-
"""
511+
""".format(event=EVENT_NAME, year=(1 + int(YEAR)) if YEAR else '')
512512

513513
# TODO: figure out if this is the best way to handle the issue of people not getting shirts
514514
def shirt_reorder(self, session, message = '', **params):

0 commit comments

Comments
 (0)