Fix back link on send test

This commit is contained in:
Chris Hill-Scott
2016-07-01 09:18:29 +01:00
parent 3241710a96
commit 924dda4ef2

View File

@@ -55,7 +55,7 @@
{% endcall %}
{{ page_footer("Preview", back_link=(
url_for('.send_messages', service_id=current_service.id, template_id=template.id)) if not request.args['help'] else None
url_for('.choose_template', service_id=current_service.id, template_type=template.template_type)) if not request.args['help'] else None
) }}
</form>