619 - Removing all mention of emails from the pilot (#615)

This commit is contained in:
Jonathan Bobel
2023-07-28 11:03:37 -04:00
committed by GitHub
parent b5664c3d20
commit 27a193160f
4 changed files with 26 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
{% from "components/big-number.html" import big_number %}
<div class='grid-row grid-gap ajax-block-container'>
<div class='grid-col-6'>
<div class='grid-col-12'>
<div class="keyline-block">
{% if sms_cost %}
{{ big_number(
@@ -15,9 +15,9 @@
{% endif %}
</div>
</div>
<div class='grid-col-6 pilot-disabled'>
<!-- <div class='grid-col-6 pilot-disabled'>
<div class="keyline-block">
{{ big_number("0", 'email disabled during SMS pilot', smaller=True) }}
</div>
</div>
</div> -->
</div>