Skip to content
Snippets Groups Projects

Update lab-request-info.html

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)}">
Loading