Skip to content

Commit

Permalink
Bumped flows up to 5 entries per page.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Jun 11, 2008
1 parent a86dbd8 commit d3eeb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views.py
Expand Up @@ -116,7 +116,7 @@ def make_identifier(id, time):


def flow(request, slug):
num_per_page = 3
num_per_page = 5
try:
first = request.GET["start"]
first = int(first)
Expand Down

0 comments on commit d3eeb2a

Please sign in to comment.