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

This commit is contained in:
Kailash Nadh 2021-08-14 13:51:41 +05:30
parent 26c099a50a
commit ccee852e33

View file

@ -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 }}