Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjmes committed Feb 13, 2024
1 parent fd86a5c commit efbea50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caseworker/templates/case/tabs/ecju-queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ <h3 class="govuk-heading-m">{% lcs 'cases.EcjuQueries.CLOSED' %}</h3>
{{ ecju_query.responded_by_user_name }}
</a>
</p>
{% if ecju_query.response %}
<div class="app-ecju-query__text" data-max-length="300">
{{ ecju_query.response|linebreaks }}
</div>
{% endif %}
{% if ecju_query.documents %}
{% for document in ecju_query.documents %}
<br>
Expand Down
2 changes: 2 additions & 0 deletions exporter/templates/includes/ecju-queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ <h3 class="govuk-heading-m">Closed queries</h3>
{{ ecju_query.responded_by_user.name }}
</a>
</p>
{% if ecju_query.response %}
<div class="app-ecju-query__text">
{{ ecju_query.response|linebreaks }}
</div>
{% endif %}
{% if ecju_query.documents %}
{% for document in ecju_query.documents %}
<br>
Expand Down

0 comments on commit efbea50

Please sign in to comment.