Bläddra i källkod

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

Kailash Nadh 3 år sedan
förälder
incheckning
ccee852e33
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      static/email-templates/base.html

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

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