Supply the orderby argument to channel.html template.
This commit is contained in:
parent
d140a580c3
commit
d0e803aa66
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ def get_channel(channel_id=None, state=None):
|
|||
all_states=all_states,
|
||||
channel=channel,
|
||||
state=state,
|
||||
orderby=orderby,
|
||||
query_string='?' + request.query_string.decode('utf-8'),
|
||||
videos=videos,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue