From 0668c34ecffc80418df177a3d756078d3cd2e524 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 31 Mar 2013 18:55:09 -0500 Subject: [PATCH] merged Added URL arguments to get it working, thanks neoecos --- sources/29-web2py-english/03.markmin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/29-web2py-english/03.markmin b/sources/29-web2py-english/03.markmin index b544e053..c427fc36 100644 --- a/sources/29-web2py-english/03.markmin +++ b/sources/29-web2py-english/03.markmin @@ -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])