X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c71c3fdc6b5cfe709945dc37305d2798acd6eb30..e907efa7d02378ca6e4cbbcfacd25054faacf3bc:/forum/settings/view.py diff --git a/forum/settings/view.py b/forum/settings/view.py index b87c33c..40990ce 100644 --- a/forum/settings/view.py +++ b/forum/settings/view.py @@ -19,6 +19,11 @@ SUMMARY_LENGTH = Setting('SUMMARY_LENGTH', 300, VIEW_SET, dict( label = _("Summary Length"), help_text = _("The number of characters that are going to be displayed in order to get the content summary."))) +SHOW_SUMMARY_ON_QUESTIONS_LIST = Setting('SHOW_SUMMARY_ON_QUESTIONS_LIST', False, VIEW_SET, dict( +label = _("Question summary on questions list?"), +help_text = _("Choose whether to show the question summary on questions list"), +required=False)) + # Tag settings RECENT_TAGS_SIZE = Setting('RECENT_TAGS_SIZE', 25, VIEW_SET, dict( label = _("Recent tags block size"),