Skip to content

Commit

Permalink
Fix RootURL in campaign-status.html
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Jul 14, 2021
1 parent c8826d0 commit a7f7016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/email-templates/campaign-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
<table width="100%">
<tr>
<td width="30%"><strong>{{ L.Ts "global.terms.campaign" }}</strong></td>
<td><a href="{{ index . "RootURL" }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
<td><a href="{{ RootURL }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
</tr>
<tr>
<td width="30%"><strong>{{ L.Ts "email.status.status" }}</strong></td>
Expand Down

0 comments on commit a7f7016

Please sign in to comment.