kopia lustrzana https://github.com/wagtail/bakerydemo
Merging pull request #476 from thibaudcolas/accessibility-landmarks-fixes
Adding these fixes to clear the errors being flagged by the accessibility checker.pull/470/head
commit
6f41aef056
|
@ -40,11 +40,12 @@
|
|||
{% breadcrumbs %}
|
||||
{% endblock breadcrumbs %}
|
||||
|
||||
|
||||
<main>
|
||||
{% block messages %}
|
||||
{% include "includes/messages.html" %}
|
||||
{% endblock messages %}
|
||||
|
||||
<main>
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</main>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% load navigation_tags %}
|
||||
|
||||
<div class="header clearfix">
|
||||
<header class="header clearfix">
|
||||
<div class="container">
|
||||
<div class="navigation" data-navigation>
|
||||
<a href="/" class="navigation__logo">The Wagtail Bakery</a>
|
||||
|
@ -54,4 +54,4 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Ładowanie…
Reference in New Issue