Change link label for people who never received a password
This commit is contained in:
parent
22fcd25f55
commit
4e10d7d000
2 changed files with 3 additions and 3 deletions
|
@ -273,8 +273,8 @@ msgid "Sign in"
|
||||||
msgstr "Log ind"
|
msgstr "Log ind"
|
||||||
|
|
||||||
#: src/project/templates/account/login.html:45
|
#: src/project/templates/account/login.html:45
|
||||||
msgid "Forgot password?"
|
msgid "Forgot password / no password?"
|
||||||
msgstr "Glemt kodeord?"
|
msgstr "Glemt/intet kodeord?"
|
||||||
|
|
||||||
#: src/project/templates/account/login.html:48
|
#: src/project/templates/account/login.html:48
|
||||||
msgid "Or"
|
msgid "Or"
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div>
|
<div>
|
||||||
<a href="{% url "account_reset_password" %}">
|
<a href="{% url "account_reset_password" %}">
|
||||||
{% trans "Forgot password?" %}
|
{% trans "Forgot password / no password?" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue