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:
@@ -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;">
|
||||
|
Reference in New Issue
Block a user