fixed issue 924, thanks dirkk0

This commit is contained in:
mdipierro
2012-08-08 09:24:58 -05:00
parent 0b7eefd862
commit fdc895a1db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-07 22:45:43) dev
Version 2.00.0 (2012-08-08 09:24:53) dev
+1 -1
View File
@@ -139,7 +139,7 @@ def step2():
if not name in session.app['pages']:
session.app['pages'].append(name)
session.app['page_'+name] = \
'## Manage %s\n{{=form}}' % (table)
'## Manage %s\n\n{{=form}}' % (table)
if session.app['tables']:
redirect(URL('step3',args=0))
else: