mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Switching default story layout to west from south.
This commit is contained in:
parent
17412b6277
commit
b18e58d815
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue