Remove the phones

This commit is contained in:
Chris Hill-Scott
2016-11-22 17:21:59 +00:00
parent 92ad308fca
commit 403e133b80
2 changed files with 1 additions and 30 deletions

View File

@@ -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;

View File

@@ -25,35 +25,6 @@
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if youve used
it before
</p>
<div class="grid-row phone-container">
<div class="column-one-third">
{{ phone(
"07900911111",
"""
Joshua, weve started processing your application.
Your reference number is 300312.
"""
) }}
</div>
<div class="column-one-third">
{{ phone(
"07900922222",
"""
Amala, weve started processing your application.
Your reference number is 444250.
"""
) }}
</div>
<div class="column-one-third">
{{ phone(
"07900933333",
"""
Roman, weve started processing your application.
Your reference number is 568821.
"""
) }}
</div>
</div>
{% endcall %}
{% endblock %}