Skip to content

Commit

Permalink
Add request reason to liquid template engine
Browse files Browse the repository at this point in the history
  • Loading branch information
perryzjc committed Feb 20, 2024
1 parent 15da9b5 commit 5da7ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/email_templates/_liquid_fields.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
<td><code>{{denial_reason}}</code></td>
<td>(Only on denial emails.)</td>
</tr>
<tr>
<td><code>{{request_reason}}</code></td>
<td>(Only on request emails.)</td>
</tr>
</tbody>
</table>

0 comments on commit 5da7ca6

Please sign in to comment.