Commit 391a1aeb1a89b0cd74ca0016f6842a3f95d93237

Authored by Zambom
1 parent 084fbb94

Adjusting pagination

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/templates/pagination.html
1   -{% if page.paginator.count > 0 %}
  1 +{% if paginator.count > 0 %}
2 2 <div class="row-fluid">
3 3 <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 text-center">
4 4 <ul class="pagination">
... ...