Skip to content

Commit

Permalink
fix: typo in email template
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 29, 2023
1 parent d083e44 commit 0a1882c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/templates/MonitoredTripHtml.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<div>
<h1>Your trip has the following notifications:</h1>

<#if notification.type == "INITIAL_REMINDER">
<p>${notification.body}</p>
</#if>
<#list notifications as notification>
<#if notification.type == "INITIAL_REMINDER">
<p>${notification.body}</p>
</#if>
</#list>

<ul>
<#list notifications as notification>
Expand Down

0 comments on commit 0a1882c

Please sign in to comment.