Skip to content

Commit

Permalink
Merge pull request #2531 from Eskimon/hotfix-2488
Browse files Browse the repository at this point in the history
hotfix - ZEP-3 remet le nombre de tutos
  • Loading branch information
SpaceFox committed Apr 12, 2015
2 parents 68af210 + e21eb32 commit 9fd4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorial/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3792,7 +3792,7 @@ def help_tutorial(request):

return render(request, "tutorial/tutorial/help.html", {
"tutorials": shown_tutos,
"nb_tuto": paginator.count,
"nb_tutos": paginator.count,
"helps": aides,
"pages": paginator_range(page, paginator.num_pages),
"nb": page
Expand Down

0 comments on commit 9fd4266

Please sign in to comment.