Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
default collection promos to linkify_title = False
Browse files Browse the repository at this point in the history
  • Loading branch information
potch authored and Jeff Balogh committed Mar 17, 2011
1 parent c51db8e commit 2638dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/discovery/modules.py
Expand Up @@ -82,6 +82,7 @@ class CollectionPromo(PromoModule):
title = None
subtitle = None
limit = 3
linkify_title = False

def __init__(self, *args, **kw):
super(CollectionPromo, self).__init__(*args, **kw)
Expand Down

0 comments on commit 2638dea

Please sign in to comment.