Skip to content

Commit

Permalink
Merge pull request #8 from matthew-mcallister/new-lab
Browse files Browse the repository at this point in the history
Remove references to old lab
  • Loading branch information
matthew-mcallister committed Nov 15, 2015
2 parents 0fcd768 + 73cc4ea commit 2427af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ocflib/account/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def create_web_dir(user):


def send_created_mail(request):
body = """Greetings from the Grotto of Hearst Gym,
body = """Greetings from the Open Computing Facility,
Your OCF account has been created and is ready for use! Welcome aboard!
Expand All @@ -156,7 +156,7 @@ def send_created_mail(request):
As a brand-new OCF member, you're welcome to use any and all of our services.
Some key highlights:
- Access to our swanky computer lab (6A Hearst Gym)
- Access to our swanky computer lab (171 MLK Student Union)
- 250 pages of free printing per semester
- Web hosting: https://www.ocf.berkeley.edu/~{request.user_name}/
Expand All @@ -183,7 +183,7 @@ def send_created_mail(request):


def send_rejected_mail(request, reason):
body = """Greetings from the Grotto of Hearst Gym,
body = """Greetings from the Open Computing Facility,
Your OCF account, {request.user_name} has been rejected for the following reason:
Expand Down
2 changes: 1 addition & 1 deletion ocflib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
MAIL_FROM = 'Open Computing Facility <help@ocf.berkeley.edu>'

MAIL_SIGNATURE = """Thanks for flying OCF,
The friendly staff of 6A Hearst Gym
The friendly staff of 171 MLK
=========
The Open Computing Facility is an all-volunteer, student-run service
Expand Down

0 comments on commit 2427af9

Please sign in to comment.