Changes between Initial Version and Version 1 of Ticket #27055, comment 5


Ignore:
Timestamp:
Sep 26, 2016, 4:43:08 AM (8 years ago)
Author:
Antonis Christofides

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27055, comment 5

    initial v1  
    1 I guess that in theory, widgets should not contain <divs>, given that you can tell it {{ form.as_p }}, in which case it will wrap the widget in a <p>. Can it work without the divs? Perhaps if the divs are changed to spans?
     1I guess that in theory, widgets should not contain divs, given that you can tell it {{ form.as_p }}, in which case it will wrap the widget in a <p>. Can it work without the divs? Perhaps if the divs are changed to spans?
Back to Top