with reivew request

This commit is contained in:
Beverly Nguyen
2024-03-08 10:32:29 -08:00
parent df47a6ea8a
commit 58a067358e
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
</div>
{% endif %}
<!-- <div class="bottom-gutter-3-2">
<p>Placeholder: This message will be delivered to <b>400 phone numbers</b> and will use a total of <b>800 message parts</b>, leaving Washington DSHS with <b>249,200 message parts remaining</b>.</p>
<p>This is a placeholder: This message will be delivered to <b>400 phone numbers</b> and will use a total of <b>800 message parts</b>, leaving Washington DSHS with <b>249,200 message parts remaining</b>.</p>
</div> -->
<form method="post" enctype="multipart/form-data" action="{{url_for('main.start_job', service_id=current_service.id, upload_id=upload_id)}}" class='page-footer'>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />

View File

@@ -2607,7 +2607,7 @@ def test_preview_notification_shows_preview(
when,
):
with client_request.session_transaction() as session:
session["recipient"] = "2028675301"
session["recipient"] = "555-555-5555"
session["placeholders"] = {}
page = client_request.get(