How to remove elements placed by django (1.7.5) in the template

0

Well I'm creating my project template in django 1.7.5 (I have reasons to use this version and I can not change it) but django insists on putting these polka dots, and as it was generated by django I do not know how to remove I'm learning)

    
asked by anonymous 09.08.2016 / 16:06

1 answer

0

One way to resolve this is to use the list style type property of css . Another way is to customize the html output of the form view the documentation .

    
09.08.2016 / 17:48