You've already forked snikket-web-portal
Address a bunch of accessibility issues
- Add missing labels for form fields - Improve contrast slightly - Remove incorrect aria-label= and title= attributes - Use fieldset for radio button groups
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<dd>
|
||||
<dt>{% trans %}Valid until{% endtrans %}</dt>
|
||||
<dd>{{ reset_link.expires | format_date }}</dd>
|
||||
<dt>{% trans %}Link{% endtrans %}</dt>
|
||||
<dd>{% call showuri(reset_link.landing_page) %}{% endcall %}</dd>
|
||||
<dt>{% trans %}<label for="link-field">Link</label>{% endtrans %}</dt>
|
||||
<dd>{% call showuri(reset_link.landing_page, id_="link-field") %}{% endcall %}</dd>
|
||||
</dd>
|
||||
<div class="f-bbox">
|
||||
{%- call custom_form_button("remove_link", form.action_revoke.name, reset_link.id_, class="secondary danger") -%}
|
||||
|
||||
Reference in New Issue
Block a user