Commit 3197f768 authored by Martin Juhas's avatar Martin Juhas
Browse files

fix: remove extra ticks from email template

parent 352e7113
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<p class="text">Your account is all set up and ready to go.</p>
<p class="text"><b>Here's how to get started:</b></p>
<ul class="list">
    <li>Log in at: <a href=`{{homepage}}`>{{homepage}}</a></li>
    <li>Log in at: <a href={{homepage}}>{{homepage}}</a></li>
    <li>Username: {{email}}</li>
    <li>Password: <code class="text">{{password}}</code></li>
</ul>