mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Convey button role to screen readers
See http://v4-alpha.getbootstrap.com/components/buttons/#button-tags for more on `role="button"` attribute
This commit is contained in:
parent
833e59f89c
commit
84ee2fc5ec
|
@ -20,9 +20,9 @@
|
||||||
<!-- Action buttons -->
|
<!-- Action buttons -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-sm-12 ">
|
<div class="col-sm-12">
|
||||||
<a class="btn btn-primary" href="{% url 'users:update' %}">My Info</a>
|
<a class="btn btn-primary" href="{% url 'users:update' %}" role="button">My Info</a>
|
||||||
<a class="btn btn-primary" href="{% url 'account_email' %}">E-Mail</a>
|
<a class="btn btn-primary" href="{% url 'account_email' %}" role="button">E-Mail</a>
|
||||||
<!-- Your Stuff: Custom user template urls -->
|
<!-- Your Stuff: Custom user template urls -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user