X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/158a305095187b1b1c9cee417b94d15f515e5ebe..722b81db3ddb2fbc301b3f804188130127168d78:/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"),