neue password recovery

This commit is contained in:
Enno Rehling 2002-01-02 17:14:19 +00:00
parent a5e408a509
commit d95cf9c312
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ def Display(Content, Title=DefaultTitle):
TemplateInput = TemplateHandle.read()
TemplateHandle.close() # close the file
for key in Form.keys():
Content=Content+"<br>"+str(key)+"="+str(Form[key])
# for key in Form.keys():
# Content=Content+"<br>"+str(key)+"="+str(Form[key])
# this defines an exception string in case our
# template file is messed up