mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Merge pull request #3775 from alphagov/set-sender-bug
Fix bug with incorrect redirect to send_one_off
This commit is contained in:
@@ -65,7 +65,7 @@ def view_template(service_id, template_id):
|
||||
|
||||
if should_skip_template_page(template['template_type']):
|
||||
return redirect(url_for(
|
||||
'.send_one_off', service_id=service_id, template_id=template_id
|
||||
'.set_sender', service_id=service_id, template_id=template_id
|
||||
))
|
||||
|
||||
page_count = get_page_count_for_letter(template)
|
||||
|
||||
Reference in New Issue
Block a user