Skip to content

Commit

Permalink
[TODO] verificar orderby - parametro definido em movase.info
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopiovam committed Oct 11, 2017
1 parent 0e53ca5 commit 97d8d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templatetags/cms_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@register.inclusion_tag('cms/_list_pages.html')
def list_pages(category=''):

#TODO: verificar orderby - parametro definido em movase.info
try:
if not category:
pages = Page.activated.all()
Expand Down

0 comments on commit 97d8d5c

Please sign in to comment.