mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Fix bug in i18n of change password link
This commit is contained in:
parent
de70396261
commit
0b4f56c59d
@ -38,7 +38,7 @@
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
{% url 'users:change_password' as change_password_url %}
|
||||
{% url 'users:change_password' object.username as change_password_url %}
|
||||
|
||||
{% blocktrans trimmed %}
|
||||
Use the <a href='{{ change_password_url }}'>change password form
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user