Skip to content

Commit

Permalink
merged Added URL arguments to get it working, thanks neoecos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Mar 31, 2013
1 parent 1c6da8b commit 0668c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/29-web2py-english/03.markmin
Expand Up @@ -1147,7 +1147,8 @@ def news():
created_on = request.now,
items = [
dict(title = row.title,
link = URL('show', args=row.id),
link = URL('show', args=show.id, scheme=True,
host=True, extension=False)
description = MARKMIN(row.body).xml(),
created_on = row.created_on
) for row in pages])
Expand Down

0 comments on commit 0668c34

Please sign in to comment.