Thanks a lot for the clarification. the statement rendered_form = form. render() from the docs example is pretty self explanatory and answers my questions
On Monday, June 19, 2017 at 3:04:35 PM UTC-7, Mikko Ohtamaa wrote: > > Hi, > > This is how I do it: > > https://websauna.org/docs/narrative/form/form.html#basic-form-life-cycle > > On 19 June 2017 at 14:42, <[email protected] <javascript:>> wrote: > >> When you say "it just works", do you mean create a variable containing >> the rendered form and insert it into the jinja template? >> >> On Sunday, November 22, 2015 at 3:34:50 PM UTC-7, Tres Seaver wrote: >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On 11/22/2015 03:46 AM, Krishnakant Mane wrote: >>> > Thanks Jeff, Can you give me an example of how you do this? >>> >>> >>> http://stackoverflow.com/questions/3206344/passing-html-to-template-using-flask-jinja2 >>> >>> >>> >>> Tres. >>> - -- >>> =================================================================== >>> Tres Seaver +1 540-429-0999 [email protected] >>> Palladion Software "Excellence by Design" http://palladion.com >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1 >>> >>> iQIcBAEBAgAGBQJWUkLlAAoJEPKpaDSJE9HYBocP/2C+qW2dfnARj1W1ueCqqR16 >>> WII0n+KsW2PHgIQ8/lncprz5V/ny7GfcJ4iVRbVVLBNAjlA93SuYIMW0vW6xPPs8 >>> uDWtUOkFnzTnwduBNQ+ZV85XZ5IXXnxiQze23BSKKBI6Hc+/EWY4J0ySO+qo3ErP >>> GEe+IpjUArSU1aRGBcvsRuSFpeeIFVL8YzDB1saSFtBvwO8T6OXy5jfseICwmlnU >>> YKmnIP2ZSiPRApVMwegNU88Ij9W60Dt2TC8ktRV4dBHiW0LbMTI0Ks4YDEqWhjsA >>> kYQ8sUg/gU24WgCWPumP/4p0ng/fV6uNNba8P2ToFeZ079sxcl4KNwm49ZgIdj7v >>> EZJAzD5oJgc71nK7vUR341sISCLn3b1CoQQcJOVe0k/AAODRBvqLWY8ojoeZHr69 >>> f1hQbOO0hj4ZsdV2Je9Jra6JHcOdbzW347FoE3l9lJ2TTI4MIJd52zbn1glicM3v >>> x/YtjCOOL6zM5qYhsKrm8dckDaiEvB4NDjGYxzZrZp9AUqVYOWle4ebeuZqh6BI0 >>> ogNnCB29d1M3zWbxWdIfCnG/1pOCiDWyrk5o0LAr6faxz78s8vqCNt267N9lQHbk >>> LvpLXJLFrpCOMv0KJF1+C7pnkDgw++o17xXGW2PE9IfZs+ZuJIy7yR+JFrsEtMkr >>> xk+zdDt7EABJPG8mVEmP >>> =5/To >>> -----END PGP SIGNATURE----- >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "pylons-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/pylons-discuss/17dac5bd-e08c-40cf-bd16-c599377b33ca%40googlegroups.com >> >> <https://groups.google.com/d/msgid/pylons-discuss/17dac5bd-e08c-40cf-bd16-c599377b33ca%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Mikko Ohtamaa > http://opensourcehacker.com > http://twitter.com/moo9000 > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/d0fdb612-823c-474b-bc75-29f7c99911b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
