ソースを参照

Remove incorrect RootURL link from e-mail template. Closes #432

Kailash Nadh 3 年 前
コミット
ccee852e33
1 ファイル変更1 行追加1 行削除
  1. 1 1
      static/email-templates/base.html

+ 1 - 1
static/email-templates/base.html

@@ -81,7 +81,7 @@
     <div class="wrap">
     <div class="wrap">
         <div class="header">
         <div class="header">
             {{ if ne LogoURL "" }}
             {{ if ne LogoURL "" }}
-                <a href="{{ RootURL }}"><img src="{{ LogoURL }}" alt="listmonk" /></a>
+                <img src="{{ LogoURL }}" alt="listmonk" />
             {{ end }}
             {{ end }}
         </div>
         </div>
 {{ end }}
 {{ end }}