Improve docs

This commit is contained in:
Iacopo Spalletti 2016-04-08 22:02:48 +02:00
parent 77f97ef98b
commit 9c7d1e8cbf
2 changed files with 3 additions and 1 deletions

View file

@ -494,6 +494,8 @@ Per-Apphook settings
* Twitter author handle: Per-Apphook setting for BLOG_TWITTER_AUTHOR
* Google+ type: Per-Apphook setting for BLOG_GPLUS_TYPE
* Google+ author name: Per-Apphook setting for BLOG_GPLUS_AUTHOR
* Send notifications on post publish: Send desktop notifications when a post is published
* Send notifications on post update: Send desktop notifications when a post is updated
Import from Wordpress

View file

@ -127,7 +127,7 @@ class BlogConfigForm(AppDataForm):
)
send_knock_create = forms.BooleanField(
label=_('Send notifications on post creation'), required=False, initial=False,
label=_('Send notifications on post publish'), required=False, initial=False,
help_text=_('Emits a desktop notification -if enabled- when publishing a new post')
)
send_knock_update = forms.BooleanField(