Skip to content

Commit

Permalink
fix sorting links
Browse files Browse the repository at this point in the history
admin page urls changed
  • Loading branch information
bradjc committed Jun 26, 2016
1 parent a9fdafa commit bb48244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chezbetty/templates/admin/dashboard.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><a href="/admin/items/edit?sort=sold&amp;direction=desc">Best Selling Items</a></h3>
<h3 class="panel-title"><a href="/admin/items/list?sort=sold&amp;direction=desc">Best Selling Items</a></h3>
</div>
<div class="panel-body">
<table class="table table-condensed table-striped">
Expand Down
2 changes: 1 addition & 1 deletion chezbetty/templates/admin/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<div class="panel panel-default">
<div class="panel-heading">
{% if request.has_permission('admin') %}
<h3 class="panel-title"><a href="/admin/users/edit?sort=balance">Wall of Shame Overview</a></h3>
<h3 class="panel-title"><a href="/admin/users/list?sort=balance">Wall of Shame Overview</a></h3>
{% else %}
<h3 class="panel-title">Wall of Shame Overview</h3>
{% endif %}
Expand Down

0 comments on commit bb48244

Please sign in to comment.