X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/6ebde88b50458c1ba0d81d42ab3bc59e131537b1..9a977e5ab9fbc074e28aeb85c90a8707ffd66158:/forum/settings/moderation.py diff --git a/forum/settings/moderation.py b/forum/settings/moderation.py index 19763b4..d6f1b3d 100644 --- a/forum/settings/moderation.py +++ b/forum/settings/moderation.py @@ -18,7 +18,11 @@ CANNED_COMMENTS = Setting('CANNED_COMMENTS', ], MODERATION_SET, dict( label = _("Canned comments"), -help_text = _("Create some canned comments to be used for easier moderation."), +help_text = _(""" +

Create some canned comments to be used for easier moderation. You can access the {{ post }} and {{ settings }} variables.

+

If you want to access the current post author username you can use {{ post.author }}, for the question title use {{ post.title }}.

+

To get the application title use {{ settings.APP_TITLE }}. All settings are accessible through the settings object.

+"""), widget=StringListWidget)) FLAG_TYPES = Setting('FLAG_TYPES',