mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-30 19:10:42 -04:00
Fix broken link on dashboard
The link in the yellow box for adding a template was missing the parameter specifying what type of template should be created.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
""".format(
|
||||
url_for(".add_service_template", service_id=service_id),
|
||||
url_for(".add_service_template", service_id=service_id, template_type="sms"),
|
||||
url_for(".choose_template", service_id=service_id, template_type="sms")
|
||||
)|safe,
|
||||
subhead='Get started',
|
||||
|
||||
Reference in New Issue
Block a user