site settings
This commit is contained in:
parent
442355bde7
commit
265a13a601
11 changed files with 116 additions and 109 deletions
|
@ -52,7 +52,7 @@ def request_api_keys(v):
|
|||
|
||||
g.db.add(new_app)
|
||||
|
||||
body = f"{v.username} has requested API keys for `{request.values.get('name')}`. You can approve or deny the request [here](/admin/apps)."
|
||||
body = f"@{v.username} has requested API keys for `{request.values.get('name')}`. You can approve or deny the request [here](/admin/apps)."
|
||||
|
||||
body_html = sanitize(body, noimages=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue