{% url 'courses_legacy:account_reset_password' as passwd_reset_url %}
<divclass="message">{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a <ahref="{{ passwd_reset_url }}">new password reset</a>.{% endblocktrans %}</div>
<labelfor="username"class="sr-only">{% trans "Username" %}</label>
<inputname="username"type="text"value="{{form.username.value|default_if_none:''}}"class="form-control"id="username"placeholder="{% trans 'Username' %}">
{% for error in errors %}<small>{{error}}</small>{% endfor %}