File tree 1 file changed +5
-6
lines changed
examples/regular-django/example/templates/allauth/layouts
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 30
30
< span class ="navbar-toggler-icon "> </ span >
31
31
</ button >
32
32
< div class ="collapse navbar-collapse " id ="navbarText ">
33
- < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
33
+ < ul role ="navigation "
34
+ aria-label ="Project links "
35
+ class ="navbar-nav me-auto mb-2 mb-lg-0 ">
34
36
< li class ="nav-item ">
35
- < a class ="nav-link active "
36
- aria-current ="page "
37
- href ="https://docs.allauth.org/ "> Documentation</ a >
37
+ < a class ="nav-link active " href ="https://docs.allauth.org/ "> Documentation</ a >
38
38
</ li >
39
39
< li class ="nav-item ">
40
- < a class ="nav-link " href ="https://github.com/pennersr /django-allauth "> Repository</ a >
40
+ < a class ="nav-link " href ="https://codeberg.org/allauth /django-allauth "> Repository</ a >
41
41
</ li >
42
- < li class ="nav-item "> </ li >
43
42
</ ul >
44
43
< div class ="d-lg-flex gap-2 col-lg-3 justify-content-lg-end text-nowrap ">
45
44
< form class ="d-flex " method ="post " action ="{% url 'set_language' %} ">
You can’t perform that action at this time.
0 commit comments