Skip to content

Commit

Permalink
improve html semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlancien committed Oct 18, 2024
1 parent 8e42c57 commit 2804ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sedos_dashboard/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</div>
</nav>
</div>
<div class="container">
<main class="container">
{% if messages %}
{% for message in messages %}
<div class="alert alert-dismissible {% if message.tags %}alert-{{ message.tags }}{% endif %}">
Expand Down Expand Up @@ -129,7 +129,7 @@
{% block content %}
<p>Use this document as a way to quick start any new project.</p>
{% endblock content %}
</div>
</main>
<!-- /container -->
{% block modal %}
{% endblock modal %}
Expand Down

0 comments on commit 2804ad7

Please sign in to comment.