pull/1/head
Andromeda Yelton 2012-12-31 15:20:03 -05:00
parent 7fd78d9349
commit 40cff261ba
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 # default to showing the Active tab if there are active campaigns, else show Wishlist
if backing > 0: if backing > 0:
activetab = "#2" activetab = "#2"
elif wished == 0:
activetab = "#1"
else: else:
activetab = "#3" activetab = "#3"