mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 21:58:25 -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>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
""".format(
|
""".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")
|
url_for(".choose_template", service_id=service_id, template_type="sms")
|
||||||
)|safe,
|
)|safe,
|
||||||
subhead='Get started',
|
subhead='Get started',
|
||||||
|
|||||||
Reference in New Issue
Block a user