Skip to content
Snippets Groups Projects
Commit d236f7ae authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'owvisser-master-patch-54911' into 'master'

Update lab-request-info.html

See merge request !779
parents 88848c2a 8eea5237
No related branches found
No related tags found
2 merge requests!828Draft: UI component for allowed requests for students with multiple roles,!779Update lab-request-info.html
......@@ -102,7 +102,7 @@
<th:block
th:if="${!#strings.isEmpty(request.eventInfo.reasonForAssistant) && @permissionService.canViewRequestAssistantReason(request.id)}">
<dt class="fw-500 mt-3">Reason (TA only)</dt>
<dd th:utext="${request.eventInfo.reasonForAssistant}"></dd>
<dd th:text="${request.eventInfo.reasonForAssistant}"></dd>
</th:block>
<th:block th:unless="${#strings.isEmpty(request.eventInfo.reasonForStudent)}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment