Commit 391a1aeb1a89b0cd74ca0016f6842a3f95d93237
1 parent
084fbb94
Exists in
master
and in
3 other branches
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 | <div class="row-fluid"> | 2 | <div class="row-fluid"> |
3 | <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 text-center"> | 3 | <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 text-center"> |
4 | <ul class="pagination"> | 4 | <ul class="pagination"> |