]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_base.html
Changed <div id="content"> to <main>
[pcdenotes.git] / notes / templates / note_base.html
index c792a72898bf70699d2dba6cb32efa0de8cd335b..0e779e6821424cbee5c677f1104f072b1167c27e 100644 (file)
@@ -16,9 +16,9 @@
     <h1><a href="{% url "notes:note_list" %}">Notes</a></h1>
   </header>
 
-  <div id="content" class="container flex-fill">
+  <main class="container flex-fill">
     {% block content %}{% endblock %}
-  </div>
+  </main>
 
   <footer class="container-fluid p-5 mt-5">
     <div class="row">

patrick-canterino.de