'Change' link links to edit_service_notes

This commit is contained in:
Pea Tyczynska
2021-01-14 18:00:44 +00:00
parent 89b3f6ace2
commit 5818942908
5 changed files with 55 additions and 1 deletions

View File

@@ -338,7 +338,7 @@
{% call row() %}
{{ text_field('Notes')}}
{{ optional_text_field(current_service.notes, default="No notes yet", wrap=True) }}
{{ edit_field('Change', url_for('.service_switch_count_as_live', service_id=current_service.id), suffix='the notes for the service') }}
{{ edit_field('Change', url_for('.edit_service_notes', service_id=current_service.id), suffix='the notes for the service') }}
{% endcall %}
{% call row() %}