mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Update send.html
Fixing the back link
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block backLink %}
|
{% block backLink %}
|
||||||
{{ usaBackLink(params) }}
|
{{ usaBackLink({
|
||||||
|
"href": url_for('main.send_one_off_step', service_id=current_service.id, template_id=template.id, step_index=0)
|
||||||
|
}) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user