| changeset 260 | a15e8cb98525 |
| parent 253 | 1113c3874dd6 |
--- a/web/hdalab/views/pages.py Mon Oct 22 17:29:58 2012 +0200 +++ b/web/hdalab/views/pages.py Fri Oct 26 16:14:25 2012 +0200 @@ -18,7 +18,7 @@ tagorders = dict([(t.tag.id,t.order) for t in ordered_tags]) tsqs = TaggedSheet.objects.exclude(datasheet=datasheet).filter(order__lte=MAX_TAG,tag_id__in=tags) dsscores = {} - addtoscore = 3*MAX_TAG + addtoscore = 2*MAX_TAG for ts in tsqs: a_order = tagorders[ts.tag_id]