We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d14e29 commit 1335d39Copy full SHA for 1335d39
flask_popover/user_notifications.md
@@ -86,6 +86,7 @@ class MessageForm(FlaskForm):
86
87
To display these private message form, we will need to create a `send_message` template.
88
89
+`app/templates/send_message.html`: Send private message form
90
```html
91
{% extends 'base.html' %}
92
{% import 'bootstrap/wtf.html' as wtf %}
0 commit comments