Merge branch 'master' of https://github.com/alphagov/notifications-admin into vb-callback-admin

Some content change
Refractor api_integration to api_keys to reduce git difference.
This commit is contained in:
venusbb
2017-12-11 12:03:23 +00:00
8 changed files with 37 additions and 37 deletions

View File

@@ -18,12 +18,12 @@
<form method="post">
{{ textbox(
form.url,
width='2-3',
hint='Valid https URL'
width='1-1',
hint='Must start with https://'
) }}
{{ textbox(
form.bearer_token,
width='2-3',
width='1-1',
hint='At least 10 characters',
autocomplete='new-password'
) }}

View File

@@ -18,12 +18,12 @@
<form method="post">
{{ textbox(
form.url,
width='2-3',
hint='Valid https URL'
width='1-1',
hint='Must start with https://'
) }}
{{ textbox(
form.bearer_token,
width='2-3',
width='1-1',
hint='At least 10 characters',
autocomplete='new-password'
) }}