X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/fe388980b431aef835eaf43f4547e51f763c3f4b..0bd53bfd0a08e9949651ec35bf22048db8e740d9:/forum/settings/form.py diff --git a/forum/settings/form.py b/forum/settings/form.py index ec21376..5f770b3 100644 --- a/forum/settings/form.py +++ b/forum/settings/form.py @@ -81,4 +81,7 @@ required=False)) FORM_GRAVATAR_IN_COMMENTS = Setting('FORM_GRAVATAR_IN_COMMENTS', False, FORUM_SET, dict( label = _("Show author gravatar in comments"), help_text = _("Show the gravatar image of a comment author."), -required=False)) \ No newline at end of file +required=False)) + + +