add accessibility tweaks to templates

This commit is contained in:
2021-03-28 23:27:46 -07:00
parent 4fc914a470
commit d0f29ce035
4 changed files with 39 additions and 39 deletions

View File

@ -61,8 +61,8 @@
</div>
{% endif %}
{% if request.path == login_url %}
<p>Forgot Password? <a href="{% url 'accounts:password_reset' %}">Reset Password</a></p>
<p>Need an account? <a href="{% url 'accounts:register' %}">Register</a></p>
<p>Forgot Password? <a href="{% url 'accounts:password_reset' %}" class="text-dark" style="text-decoration: underline">Reset Password</a></p>
<p>Need an account? <a href="{% url 'accounts:register' %}" class="text-dark" style="text-decoration: underline">Register</a></p>
{% endif %}
</div>
</div>