mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Remove the phones
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
.banner-intro {
|
||||
|
||||
margin: $gutter 0 -90px 0;
|
||||
margin: $gutter 0 0 0;
|
||||
padding: $gutter-half $gutter;
|
||||
background: $govuk-blue;
|
||||
color: $white;
|
||||
|
||||
@@ -25,35 +25,6 @@
|
||||
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if you’ve used
|
||||
it before
|
||||
</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 %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user