# HG changeset patch # User neko259 # Date 2015-08-03 14:06:25 # Node ID be089b6c757242aef19e4c20d7ab046ed091d3e2 # Parent fba4cacfecfcde1764467e00de4f559813c4e75b Show only one image in the tag diff --git a/boards/views/tag_threads.py b/boards/views/tag_threads.py --- a/boards/views/tag_threads.py +++ b/boards/views/tag_threads.py @@ -14,7 +14,7 @@ PARAM_IS_FAVORITE = 'is_favorite' PARAM_IS_HIDDEN = 'is_hidden' PARAM_RANDOM_IMAGES = 'random_images' -IMAGES_COUNT = 3 +IMAGES_COUNT = 1 __author__ = 'neko259'