mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-09 20:05:22 +02:00
[MAIL] Use correct function in mail footer
- Regression of #4635 - The authentication mails weren't being sent with links to the instance, because the the wrong variable was used in the mail footer. `$.AppUrl` should've been `AppUrl`. - Unit test added.
This commit is contained in:
parent
2285526e93
commit
685a903cd5
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<p><a target="_blank" rel="noopener noreferrer" href="{{$.AppUrl}}">{{AppName}}</a></p>
|
||||
<p><a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue