Working through the Platform Admin section

This commit is contained in:
Jonathan Bobel
2023-08-17 15:13:26 -04:00
parent 031a643b26
commit a574fc7b3a
37 changed files with 83 additions and 74 deletions

View File

@@ -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"
}) }}

View File

@@ -23,12 +23,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"
}) }}