From: Patrick Canterino Date: Sat, 29 Jan 2022 12:06:23 +0000 (+0100) Subject: Flipped title of detail view X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/6a0691dfa1af7c040e43aab03646238b92abe235?ds=inline Flipped title of detail view --- diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index b097c55..0feb681 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,7 +1,7 @@ {% extends "note_base.html" %} {% load markdownify %} -{% block title %}Notes - {{ note.title }}{% endblock %} +{% block title %}{{ note.title }} – Notes{% endblock %} {% block content %} {% include "note.html" %}