diff --git a/emails/base.html b/emails/base.html index 41e3f7bd6..08c43e79d 100644 --- a/emails/base.html +++ b/emails/base.html @@ -61,9 +61,9 @@ - + - +
Your AccountYour Account DocumentationQuay.ioQuay.io
{% endif %} diff --git a/tools/email-viewer/emails.py b/tools/email-viewer/emails.py index 996970b48..609548761 100644 --- a/tools/email-viewer/emails.py +++ b/tools/email-viewer/emails.py @@ -39,7 +39,7 @@ def render_with_options(template=None): app_logo="https://quay.io/static/img/quay-horizontal-color.svg", token="sdf8SdfKGRME9dse_dfdf", app_link=app_link_handler, namespace="booboo", repository="foobar", organization="buynlarge", admin_usernames=["lazercat", "booboocoreos"], teamname="creators", inviter="devtable", - hosted = "Quay" in app_title, app_title = app_title) + hosted = "Quay" in app_title, app_title = app_title, app_url="https://quay.io") def get_templates(): """ Return a list of the available templates """