Skip to content

Commit

Permalink
Supprime le dernier element de la page précédente dans la bibliothèque
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaz3r committed Aug 6, 2017
1 parent c433e6a commit 0af86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorialv2/views/views_published.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def get_context_data(self, **kwargs):
contents_queryset,
items_per_page,
context_list_name='filtered_contents',
with_previous_item=True)
with_previous_item=False)

if self.level < 4:
context['last_articles'] = PublishedContent.objects.get_recent_list(
Expand Down

0 comments on commit 0af86fa

Please sign in to comment.