aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorRaven Hodgdon <jhodgdon@iol.unh.edu>2022-01-04 16:50:19 -0500
committerRaven Hodgdon <jhodgdon@iol.unh.edu>2022-02-10 14:43:08 -0500
commit03e71787d6c556078624e3044d722b5781876396 (patch)
tree7e18a8483b90e07d72752089b157f2604e2c305a /src/templates
parentc440a5f2efa3bc4d1f2ec1d90051794c7ca4f330 (diff)
Posix compliant username is shown in booking details
Signed-off-by: jhodgdon <jhodgdon@iol.unh.edu> Change-Id: I35445f771e73bfaf5d552492fd4086bbc1321228
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/base/booking/booking_detail.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/base/booking/booking_detail.html b/src/templates/base/booking/booking_detail.html
index 4a8f35a..70958f6 100644
--- a/src/templates/base/booking/booking_detail.html
+++ b/src/templates/base/booking/booking_detail.html
@@ -24,6 +24,10 @@ code {
<div class="collapse show" id="panel_overview">
<table class="table m-0">
<tr>
+ <td>Username</td>
+ <td>{{ posix_username }}</td>
+ </tr>
+ <tr>
<td>Purpose</td>
<td>{{ booking.purpose }}</td>
</tr>