Changes between Initial Version and Version 1 of Ticket #34531, comment 1


Ignore:
Timestamp:
May 2, 2023, 12:52:05 PM (17 months ago)
Author:
Natalia Bidart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34531, comment 1

    initial v1  
    33The action is simple: the Django user has to either define `template_name` in their form, or render the form in a template explicitly showing a format. So, if you change your example to any of the `as_p`, `as_table`, `as_div`, etc:
    44
    5  ```python
     5{{{
    66t = Template("{{ form.as_p }}")
    7 ```
     7}}}
    88
    99the warning is resolved and no issues are reported. I'll close as invalid considering the above.
Back to Top