Skip to content

Commit

Permalink
Merge pull request #1278 from akvo/1276_updates_pagination
Browse files Browse the repository at this point in the history
[#1276] Pagination for all project updates page
  • Loading branch information
kardan committed Mar 2, 2015
2 parents 342a4fe + 948d0da commit 8765d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/project_updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Project updates</h1>
</div>
<section class="main-list updates">
<ul class="container">
{% for u in updates %}
{% for u in page %}
<li class="row updateAsset">
<div class="col-sm-3 col-md-2 col-xs-4">
<a href="{% url 'update-main' u.project.id u.id %}">
Expand Down

0 comments on commit 8765d5b

Please sign in to comment.