Skip to content

Commit

Permalink
Category not for heiup
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed May 29, 2017
1 parent 8efee58 commit 38a6bd1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion views/catalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
<div class="col-lg-9">


{{=b.filter_select}} {{=b.sort_select}}
{{=b.filter_select}}
{{try:
del b.sort_select[1][4]
except:
pass

}}
{{=b.sort_select}}



</div>
Expand Down

0 comments on commit 38a6bd1

Please sign in to comment.