update href

This commit is contained in:
Beverly Nguyen
2025-09-04 15:03:52 -07:00
parent 5e8da220ec
commit d724cc382e

View File

@@ -109,7 +109,7 @@
{{ usaButton({
"text": "Change CSV file",
"classes": "usa-button--outline",
"href": url_for('main.change_csv', service_id=current_service.id, template_id=template_id)
"href": url_for('main.send_messages', service_id=current_service.id, template_id=template_id)
}) }}
</div>
</form>