mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Working through the Platform Admin section
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
|
||||
{% call form_wrapper() %}
|
||||
{{ form.url(param_extensions={
|
||||
"classes": "govuk-!-width-full",
|
||||
"classes": "",
|
||||
"hint": {"text": "Must start with https://"}
|
||||
}) }}
|
||||
|
||||
{{ form.bearer_token(param_extensions={
|
||||
"classes": "govuk-!-width-full",
|
||||
"classes": "",
|
||||
"hint": {"text": "At least 10 characters"},
|
||||
"autocomplete": "new-password"
|
||||
}) }}
|
||||
|
||||
Reference in New Issue
Block a user