]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/form.py
Makes tips on the ask a question page editable in the admin.
[osqa.git] / forum / settings / form.py
index ec213764d4a7a677c043393e9e264f6042d3a263..5f770b309ded2f75ea4f49ea2233ec9cfbbef460 100644 (file)
@@ -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))
+
+
+