1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

make url clickable link in PWD reset email

This commit is contained in:
ni720
2016-10-12 21:45:49 +02:00
committed by GitHub
parent a1d749e312
commit 28ad5ab40b

View File

@@ -10,7 +10,8 @@
<p style="font-size:14px;color:#434144;">
{% blocktrans with account=user.username %}To reset the password of your account {{ account }} on {{ site_name }}, please click the following link: {% endblocktrans %}<br />
{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
<br>
<a href="{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}">{{ url_base }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}</a>
</p>
<p style="font-size:14px;color:#434144;">