Split views into GET and POST

This commit is contained in:
Chris Hill-Scott
2017-06-27 14:35:37 +01:00
parent 9569521142
commit 79217a02bb
2 changed files with 22 additions and 19 deletions

View File

@@ -56,7 +56,7 @@
 
{% if not template.redact_personalisation %}
<span class="page-footer-delete-link page-footer-delete-link-without-button">
<a href="{{ url_for('.redact_template', service_id=current_service.id, template_id=template.id) }}">Hide personalisation after sending</a>
<a href="{{ url_for('.confirm_redact_template', service_id=current_service.id, template_id=template.id) }}">Hide personalisation after sending</a>
</span>
{% endif %}
{% endif %}