We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c4642 commit 8a97704Copy full SHA for 8a97704
templates/note.html
@@ -2,7 +2,7 @@
2
3
{% block title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
4
5
-{% block card_title %}Note on {{ note.created|date:"jS F Y" }}{% endblock %}
+{% block card_title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
6
{% block card_description %}{{ note.body|truncatewords:30 }}{% endblock %}
7
8
{% load entry_tags %}
0 commit comments