mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
update href
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
{{ usaButton({
|
{{ usaButton({
|
||||||
"text": "Change CSV file",
|
"text": "Change CSV file",
|
||||||
"classes": "usa-button--outline",
|
"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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user