who.html updated

This commit is contained in:
Massimo Di Pierro
2012-05-28 13:37:48 -05:00
parent a256fe355f
commit b607ff2318
11 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ def step3():
try:
tables=sort_tables(session.app['tables'])
except RuntimeError:
response.flash=T('invalid circual reference')
response.flash=T('invalid circular reference')
else:
if n<m-1:
redirect(URL('step3',args=n+1))