mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add aria-label definition to forms
This commit is contained in:
parent
de97677868
commit
e8d4f0d2e1
39 changed files with 128 additions and 128 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% load i18n %}
|
||||
<nav class="navbar navbar-expand-sm fixed-bottom navbar-light bg-light">
|
||||
<nav class="navbar navbar-expand-sm fixed-bottom navbar-light bg-light" aria-label="Instance bottom navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="#">{% trans 'HOST' %}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_bottom" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue