Переглянути джерело

Fix RootURL in campaign-status.html

Justin Beaty 4 роки тому
батько
коміт
a7f7016b4e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      static/email-templates/campaign-status.html

+ 1 - 1
static/email-templates/campaign-status.html

@@ -4,7 +4,7 @@
 <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>