forked from github/server
neue password recovery
This commit is contained in:
parent
a5e408a509
commit
d95cf9c312
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue