Skip to content

Commit

Permalink
add department to email details
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Dec 1, 2024
1 parent bdd31f7 commit 3f2be47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions booking-app/app/templates/booking_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
contents.lastName }}
</div>
</td>
</tr>
<tr></tr>
<td>Department</td>
<td>
<div class="value-content">{{ contents.department }}</div>
</td>
</tr>
<tr>
<td>Contact Info</td>
Expand Down

0 comments on commit 3f2be47

Please sign in to comment.