Commit 7146d4cd by Solo Group

-vsi pln pre

1 parent 3f403ac0
...@@ -178,6 +178,9 @@ class ViewHome(BaseView): ...@@ -178,6 +178,9 @@ class ViewHome(BaseView):
btn_payment, btn_advice, btn_next)) btn_payment, btn_advice, btn_next))
settings = get_settings() settings = get_settings()
if request.POST: if request.POST:
form = get_form(request, Editchema, (btn_inquiry, btn_purchase,
btn_payment, btn_advice, btn_next))
controls = request.POST.items() controls = request.POST.items()
try: try:
c = form.validate(controls) c = form.validate(controls)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!