Fixes in htmlform
This commit is contained in:
parent
849cb07b7b
commit
e0dd761956
7 changed files with 14 additions and 10 deletions
|
|
@ -220,7 +220,7 @@ class GenerateAdminClass:
|
|||
post=dict(request.form)
|
||||
else:
|
||||
post=self.request_post
|
||||
|
||||
print(post)
|
||||
if pre_update_ret:
|
||||
|
||||
if insert_row(post):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue