mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 03:14:58 -04:00
Remove the phones
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
.banner-intro {
|
.banner-intro {
|
||||||
|
|
||||||
margin: $gutter 0 -90px 0;
|
margin: $gutter 0 0 0;
|
||||||
padding: $gutter-half $gutter;
|
padding: $gutter-half $gutter;
|
||||||
background: $govuk-blue;
|
background: $govuk-blue;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|||||||
@@ -25,35 +25,6 @@
|
|||||||
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
||||||
it before
|
it before
|
||||||
</p>
|
</p>
|
||||||
<div class="grid-row phone-container">
|
|
||||||
<div class="column-one-third">
|
|
||||||
{{ phone(
|
|
||||||
"07900911111",
|
|
||||||
"""
|
|
||||||
Joshua, we’ve started processing your application.
|
|
||||||
Your reference number is 300312.
|
|
||||||
"""
|
|
||||||
) }}
|
|
||||||
</div>
|
|
||||||
<div class="column-one-third">
|
|
||||||
{{ phone(
|
|
||||||
"07900922222",
|
|
||||||
"""
|
|
||||||
Amala, we’ve started processing your application.
|
|
||||||
Your reference number is 444250.
|
|
||||||
"""
|
|
||||||
) }}
|
|
||||||
</div>
|
|
||||||
<div class="column-one-third">
|
|
||||||
{{ phone(
|
|
||||||
"07900933333",
|
|
||||||
"""
|
|
||||||
Roman, we’ve started processing your application.
|
|
||||||
Your reference number is 568821.
|
|
||||||
"""
|
|
||||||
) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user