]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_detail.html
Fixed some things in the templates
[pcdenotes.git] / notes / templates / note_detail.html
index f760e4b330e16d5e5d078e93ec85f1a1cd4d8a11..22ea0e068aa39df1e0ff6c29d146c2494e2de552 100644 (file)
@@ -4,7 +4,7 @@
 {% block title %}Notes - {{ note.title }}{% endblock %}
 
 {% block content %}
-  <article class="container mt-5">
+  <article>
     <h2>{{ note.title }}</h2>
     {{ note.content|linebreaksbr|markdownify }}
     <p>Date: {{ note.created_at|date:"Y-m-d H:i" }}</p>

patrick-canterino.de