Skip to content

Commit

Permalink
ajustes no texto do email reset senha
Browse files Browse the repository at this point in the history
  • Loading branch information
tacianosilva committed Apr 3, 2024
1 parent a4a42ae commit 61a2f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/registration/password_reset_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{{ protocol }}://dct.ceres.ufrn.br{% url 'password_reset_confirm' uidb64=uid token=token %}
{{ protocol }}://{{domain}}{% url 'password_reset_confirm' uidb64=uid token=token %}
{% endblock %}

{% trans 'Your username, in case you’ve forgotten:' %} {{ user.get_username }}

{% trans "Thanks for using our site!" %}
Expand Down

0 comments on commit 61a2f10

Please sign in to comment.