typo fix on login choices page (#6634)

This commit is contained in:
Serghei Mihai 2015-03-09 18:16:46 +01:00
parent a025418232
commit 8a97dddf1e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Please choose the account you want to log in with:
{% for account in accounts %}
<li><a href="{% url "registration_activate" registration_token %}?uid={{ account.username|urlencode }}">
{% blocktrans with fullname=account.get_full_name c=forloop.counter %}
Account nr. {{ c }} : {{ fullname }}
Account #{{ c }}: {{ fullname }}
{% endblocktrans %}
</a>
<div>