]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_detail.html
Remove a margin-bottom coming from Bootstrap
[pcdenotes.git] / notes / templates / note_detail.html
index 22ea0e068aa39df1e0ff6c29d146c2494e2de552..d15296dd6dc1f010ed56c7267bd2c57546113fe6 100644 (file)
@@ -1,12 +1,7 @@
 {% extends "note_base.html" %}
 {% extends "note_base.html" %}
-{% load markdownify %}
 
 
-{% block title %}Notes - {{ note.title }}{% endblock %}
+{% block title %}{{ note.title }} – Notes{% endblock %}
 
 {% block content %}
 
 {% block content %}
-  <article>
-    <h2>{{ note.title }}</h2>
-    {{ note.content|linebreaksbr|markdownify }}
-    <p>Date: {{ note.created_at|date:"Y-m-d H:i" }}</p>
-  </article>
+{% include "note.html" %}
 {% endblock %}
\ No newline at end of file
 {% endblock %}
\ No newline at end of file

patrick-canterino.de