slyapustin / django-classified

Django Classified
https://github.com/slyapustin/django-classified-demo
MIT License
171 stars 77 forks source link

Where modify search form / post ad form #31

Closed didi110296 closed 5 years ago

didi110296 commented 5 years ago

Hello, i'm beginner in python and i have searched how to modify search form and post form for change the style but nothing... Apparently these two forms were written in python. If you can give me help pls, thx. If possible i want edit the html code in link with these forms.

slyapustin commented 5 years ago

Hi @didi110296 ! You can modify the search template in order to change how it looks. Serach form rendered using Django Bootstrap Form package. Let me know if it helps.