Fixed typo in email activation template

This commit is contained in:
Keannu Christian Bernasol 2023-07-06 17:33:35 +08:00
parent ac268cb4c8
commit 5f157d83b9
2 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,6 @@
<p>{% trans "Please go to the following page to activate your account in-app:" %}</p>
<p><a href="{{ domain }}://{{ url|safe }}">{{ domain }}://--/{{ url|safe }}</a></p>
<p>{% blocktrans %}Many thnaks from the {{ site_name }} team{% endblocktrans %}</p>
<p>{% blocktrans %}Many thanks from the {{ site_name }} team{% endblocktrans %}</p>
{% endblock html_body %}