Merge pull request #102 from Gluejar/default_unglued_tab

fix [#41795521]
pull/1/head
eshellman 2012-12-31 12:41:16 -08:00
commit b29032b1c8
1 changed files with 2 additions and 0 deletions

View File

@ -1397,6 +1397,8 @@ def supporter(request, supporter_username, template_name):
# default to showing the Active tab if there are active campaigns, else show Wishlist
if backing > 0:
activetab = "#2"
elif wished == 0:
activetab = "#1"
else:
activetab = "#3"