Skip to content

Commit

Permalink
[#179] Html Validation correction
Browse files Browse the repository at this point in the history
Remove Area-Labelledby to pass html validation
	modified:   templates/base.html
  • Loading branch information
mikerae committed Oct 10, 2023
1 parent 8c2087e commit 1c68e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h6>{{user.first_name}} {{user.last_name}}</h6>
data-bs-toggle="dropdown" aria-expanded="false" data-bs-parent="#project-nav" href="">
<i class="bi bi-circle"></i><span class="text-wrap">{{project.name}}</span>
</a>
<ul class="dropdown-menu" area-labelledby="project{{project.id}}-nav">
<ul class="dropdown-menu">
{% for section in sections %}
<li>
<a class="dropdown-item" href="{% url 'rota_office' project.slug section.id%}">
Expand Down

0 comments on commit 1c68e85

Please sign in to comment.