Skip to content

Commit

Permalink
Merge pull request #273 from TomBoss/master
Browse files Browse the repository at this point in the history
corr. template
  • Loading branch information
knadh committed Feb 18, 2021
2 parents 77a6110 + 82f033b commit 5777738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/email-templates/campaign-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
<table width="100%">
<tr>
<td width="30%"><strong>{{ L.Ts "globa.L.Terms.campaign" }}</strong></td>
<td width="30%"><strong>{{ L.Ts "global.terms.campaign" }}</strong></td>
<td><a href="{{ index . "RootURL" }}/campaigns/{{ index . "ID" }}">{{ index . "Name" }}</a></td>
</tr>
<tr>
Expand All @@ -22,4 +22,4 @@ <h2>{{ L.Ts "email.status.campaignUpdateTitle" }}</h2>
{{ end }}
</table>
{{ template "footer" }}
{{ end }}
{{ end }}

0 comments on commit 5777738

Please sign in to comment.