Forgotten password link was invisible
This commit is contained in:
parent
502b066311
commit
d3631877c4
|
@ -20,7 +20,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
|||
<div id="form-content">
|
||||
{% csrf_token %}
|
||||
{{ form | crispy }}
|
||||
<a href="{% url 'password_reset' %}" class="badge badge-light">{% trans 'Forgotten your password or username?' %}</a>
|
||||
<a href="{% url 'password_reset' %}" class="badge text-bg-warning">{% trans 'Forgotten your password or username?' %}</a>
|
||||
</div>
|
||||
<input type="submit" value="{% trans 'Log in' %}" class="btn btn-primary">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue