Skip to content

Commit

Permalink
DST-784 Licensing - Adding referrer URL to feedback table in view-fee…
Browse files Browse the repository at this point in the history
…dback
  • Loading branch information
cencorroll committed Dec 10, 2024
1 parent ed9da0e commit fa168e9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
Binary file added django_app/.DS_Store
Binary file not shown.
Binary file added django_app/apply_for_a_licence/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added django_app/config/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ <h3 class="govuk-heading-s govuk-!-margin-bottom-2">
<th scope="col" class="govuk-table__header">Rating</th>
<th scope="col" class="govuk-table__header">Did you experience any issues? </th>
<th scope="col" class="govuk-table__header">How could we improve the service? </th>
<th scope="col" class="govuk-table__header">URL </th>
</tr>

</thead>
Expand All @@ -49,6 +50,7 @@ <h3 class="govuk-heading-s govuk-!-margin-bottom-2">
<td class="govuk-table__cell">{{ feedback_item.get_rating_display}} </td>
<td class="govuk-table__cell">{{ feedback_item.get_did_you_experience_any_issues_display | linebreaksbr }}</td>
<td class="govuk-table__cell">{{ feedback_item.how_we_could_improve_the_service }}</td>
<td class="govuk-table__cell">{{ feedback_item.url }}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit fa168e9

Please sign in to comment.