Fixes for make paramecio2 more portable

This commit is contained in:
absurdo 2024-04-24 13:00:30 +02:00
parent 2599eabed0
commit f993143936
5 changed files with 12 additions and 2 deletions

View file

@ -172,7 +172,7 @@ def show_form(post, arr_form, t, yes_error=True, pass_values=True, modelform_tpl
# Create csrf_token in session
generate_csrf()
#generate_csrf()
if pass_values==True:
pass_values_to_form(post, arr_form, yes_error, pass_values)