Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to old lab #8

Merged
merged 1 commit into from
Nov 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lmao

- 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MLK Student Union might look a bit better?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm inclined to agree, it just doesn't roll off the tongue as well. Feel free to change in a future commit.


=========
The Open Computing Facility is an all-volunteer, student-run service
Expand Down