Skip to content

Commit

Permalink
Merge pull request #6 from theopenlane/fix-templates
Browse files Browse the repository at this point in the history
small fixes to templates
  • Loading branch information
golanglemonade authored Oct 1, 2024
2 parents 57f0420 + fb25197 commit 1994dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Join your team on {{ .CompanyName }}!</h1>

<p>{{ .InviterName }} has invited you to use {{ .CompanyName }} with them, in an Organization called {{ .OrganizationName }} with
role of {{
.Role }}</p>
.Role | ToUpper }}</p>

<p>Accept the invitation by clicking on the following button:</p>

Expand All @@ -31,7 +31,7 @@ <h1>Join your team on {{ .CompanyName }}!</h1>

<p><a rel="noopener" target="_blank" href="{{ .URLS.Invite }}">{{ .URLS.Invite }}</a>

<p>If you have any questions, please contact <a href="mailto:{{ .SupportEmail }}">{{ .SupportEmail }}/a>.</p>
<p>If you have any questions, please contact <a href="mailto:{{ .SupportEmail }}">{{ .SupportEmail }}</a>.</p>

<p><br />The {{ .CompanyName }} Team<br /></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/password_reset_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
password reset.</p>

<p>If you did not request a password reset, please contact our Customer Support team immediately at
{{ .SupportEmail }} - your account security is important to us.</p>
<a href="mailto:{{ .SupportEmail }}">{{ .SupportEmail }}</a> - your account security is important to us.</p>

<p><br />The {{ .CompanyName }} Team<br /></p>
</div>
Expand Down

0 comments on commit 1994dc8

Please sign in to comment.