Skip to content

Commit

Permalink
Merge pull request #419 from justinbeaty/topic-root-url-fix
Browse files Browse the repository at this point in the history
Fix RootURL in campaign-status.html
  • Loading branch information
knadh committed Jul 14, 2021
2 parents c8826d0 + a7f7016 commit 9e61bfc
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 9e61bfc

Please sign in to comment.