OAuth: Add description

This commit is contained in:
rubenwardy
2023-11-07 22:57:19 +00:00
parent d4b1344f6a
commit f74931633c
3 changed files with 11 additions and 3 deletions

View File

@@ -63,6 +63,7 @@
{{ form.hidden_tag() }}
{{ render_field(form.title) }}
{{ render_field(form.description, hint=_("Shown to users when you request access to their account")) }}
{{ render_field(form.redirect_url) }}
{{ render_submit_field(form.submit) }}