Skip to content

Commit

Permalink
Merge pull request #165 from ITPNYU/feature/approval_email
Browse files Browse the repository at this point in the history
Add header message to a approval email template
  • Loading branch information
rlho authored Apr 11, 2024
2 parents fc8eecc + 8672682 commit 1748013
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
</head>
<body>
<div id="index"></div>
<div class="container"></div>
<div class="container">
<p><?= headerMessage ?></p>
</div>
<div class="container">
<h2>Room Reservation Request</h2>
<p>
Expand Down

0 comments on commit 1748013

Please sign in to comment.