File tree Expand file tree Collapse file tree
accessibility_monitoring_platform/apps
detailed/templates/detailed/details
notifications/templates/notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 {% block nav %}
2222 {% if case.archive %}
2323 < p class ="govuk-body-s amp-margin-bottom-10 ">
24- < a href ="{% url 'simplified: case-detail' case.id % } " class ="govuk-link govuk-link--no-visited-state "> Return to case overview</ a >
24+ < a href ="{{ case.get_absolute_url } } " class ="govuk-link govuk-link--no-visited-state "> Return to case overview</ a >
2525 </ p >
2626 {% endif %}
2727 {% if case.test_type == 'simplified' %}
Original file line number Diff line number Diff line change 66 {% endif %}
77 {% for zendesk_ticket in case.zendesk_tickets %}
88 < p class ="govuk-body-m "> < b > PSB Zendesk ticket #{{ zendesk_ticket.id_within_case }}</ b > </ p >
9- < table class ="govuk-table " data-search-target-page-name ="" data-search-target-label ="PSB Zendesk tickets " data-search-target-url ="{% url 'simplified :zendesk-tickets' case.id %} ">
9+ < table class ="govuk-table " data-search-target-page-name ="" data-search-target-label ="PSB Zendesk tickets " data-search-target-url ="{% url 'detailed :zendesk-tickets' case.id %} ">
1010 < tbody class ="govuk-table__body ">
1111 < tr class ="govuk-table__row ">
1212 < th scope ="row " class ="govuk-table__header amp-font-weight-normal amp-width-one-half "> Summary</ th >
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ <h2 class="govuk-heading-m amp-margin-bottom-20">
189189 < b > Case</ b >
190190 </ div >
191191 < div >
192- < a href ="{% url 'simplified:case-detail' task.base_case.id % } " class ="govuk-link govuk-link--no-visited-state "> {{ task.base_case.organisation_name }}</ a >
192+ < a href ="{{ task.base_case.get_absolute_url } } " class ="govuk-link govuk-link--no-visited-state "> {{ task.base_case.organisation_name }}</ a >
193193 </ div >
194194 </ div >
195195 < div class ="amp-margin-bottom-10 amp-column-view-parent ">
You can’t perform that action at this time.
0 commit comments