emails: python formatting change
This commit is contained in:
parent
2b92fded68
commit
c3c05ec225
1 changed files with 1 additions and 1 deletions
|
@ -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_logo="https://quay.io/static/img/quay-horizontal-color.svg", token="sdf8SdfKGRME9dse_dfdf",
|
||||||
app_link=app_link_handler, namespace="booboo", repository="foobar", organization="buynlarge",
|
app_link=app_link_handler, namespace="booboo", repository="foobar", organization="buynlarge",
|
||||||
admin_usernames=["lazercat", "booboocoreos"], teamname="creators", inviter="devtable",
|
admin_usernames=["lazercat", "booboocoreos"], teamname="creators", inviter="devtable",
|
||||||
hosted = False, app_title = app_title, app_url="https://quay.io")
|
hosted=False, app_title=app_title, app_url="https://quay.io")
|
||||||
|
|
||||||
def get_templates():
|
def get_templates():
|
||||||
""" Return a list of the available templates """
|
""" Return a list of the available templates """
|
||||||
|
|
Reference in a new issue