Switching default story layout to west from south.

This commit is contained in:
Samuel Clay 2015-03-09 15:32:05 -07:00
parent 17412b6277
commit b18e58d815
2 changed files with 3 additions and 3 deletions

View file

@ -927,7 +927,7 @@ class RNewUserQueue:
user_id = cls.pop_user()
try:
user = User.objects.get(pk=user_id)
except user.DoesNotExist:
except User.DoesNotExist:
logging.debug("~FRCan't activate free account, can't find user ~SB%s~SN. ~FB%s still in queue." % (user_id, count-1))
return

View file

@ -39,8 +39,8 @@
'has_setup_feeds' : {{ user_profile.has_setup_feeds|yesno:"true,false" }},
'has_found_friends' : {{ user_profile.has_found_friends|yesno:"true,false" }},
'has_trained_intelligence': {{ user_profile.has_trained_intelligence|yesno:"true,false" }},
'story_titles_pane_size' : 168,
'story_pane_anchor' : 'south',
'story_titles_pane_size' : 368,
'story_pane_anchor' : 'west',
'new_window' : 1,
'default_view' : 'feed',
'default_order' : 'newest',