]> git.p6c8.net - pcdenotes.git/commitdiff
Flipped title of detail view
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 29 Jan 2022 12:06:23 +0000 (13:06 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 29 Jan 2022 12:06:23 +0000 (13:06 +0100)
notes/templates/note_detail.html

index b097c554d625c215736a0b09f05d140124d182bb..0feb681cc5d1a2b303d5e255c5d38b5ccdd3e94f 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "note_base.html" %}
 {% load markdownify %}
 
 {% extends "note_base.html" %}
 {% load markdownify %}
 
-{% block title %}Notes - {{ note.title }}{% endblock %}
+{% block title %}{{ note.title }} – Notes{% endblock %}
 
 {% block content %}
 {% include "note.html" %}
 
 {% block content %}
 {% include "note.html" %}

patrick-canterino.de