Remove incorrect RootURL link from e-mail template. Closes #432
This commit is contained in:
parent
26c099a50a
commit
ccee852e33
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue