]> git.p6c8.net - pcdenotes.git/commitdiff
Changed <div id="content"> to <main>
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 31 Jan 2022 19:59:30 +0000 (20:59 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 31 Jan 2022 19:59:30 +0000 (20:59 +0100)
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