Skip to content

Commit 1335d39

Browse files
committed
Fix: Add a title to explicitly tell what a code block does
1 parent 0d14e29 commit 1335d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flask_popover/user_notifications.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class MessageForm(FlaskForm):
8686

8787
To display these private message form, we will need to create a `send_message` template.
8888

89+
`app/templates/send_message.html`: Send private message form
8990
```html
9091
{% extends 'base.html' %}
9192
{% import 'bootstrap/wtf.html' as wtf %}

0 commit comments

Comments
 (0)