mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Refactored set inbound api page
This commit is contained in:
@@ -7,8 +7,9 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
<div class="grid-row">
|
||||||
<h1 class="heading-large">Inbound API</h1>
|
<div class="column-five-sixths">
|
||||||
|
<h1 class="heading-large">API endpoint for received text messages</h1>
|
||||||
<p>
|
<p>
|
||||||
This is the https url that the inbound SMS messages will be posted to
|
This is the https url that the inbound SMS messages will be posted to
|
||||||
and the bearer token used in the authorisation header of the request.
|
and the bearer token used in the authorisation header of the request.
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
<form method="post">
|
<form method="post">
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.url,
|
form.url,
|
||||||
width='1-4',
|
width='2-3',
|
||||||
hint='Valid https url'
|
hint='Valid https url'
|
||||||
) }}
|
) }}
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
@@ -31,5 +32,7 @@
|
|||||||
back_link_text='Back to settings'
|
back_link_text='Back to settings'
|
||||||
) }}
|
) }}
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user