Selaa lähdekoodia

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

Kailash Nadh 3 vuotta sitten
vanhempi
commit
ccee852e33
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 }}