Change all Quay.io references to Quay, fix tour and change logo

Fixes #741
This commit is contained in:
Joseph Schorr 2015-11-02 14:16:04 -05:00
parent cca18f8ede
commit f6a53f7cc5
30 changed files with 56 additions and 270 deletions

View file

@ -147,7 +147,7 @@ def send_org_invite_email(member_name, member_email, orgname, team, adder, code)
def send_invoice_email(email, contents):
# Note: This completely generates the contents of the email, so we don't use the
# normal template here.
msg = Message('Quay.io payment received - Thank you!', recipients=[email])
msg = Message('Quay payment received - Thank you!', recipients=[email])
msg.html = contents
mail.send(msg)