mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Fix service id bug in template. Use current_service instead
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
field_headings=['Template', 'Type', right_aligned_field_heading('Usage')]
|
||||
) %}
|
||||
{% call field() %}
|
||||
<a href="{{ url_for('.edit_service_template', service_id=service_id, template_id=item.template.id) }}">
|
||||
<a href="{{ url_for('.edit_service_template', service_id=current_service.id, template_id=item.template.id) }}">
|
||||
{{ item.template.name }}
|
||||
</a>
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user