igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

[bug] `NoReverseMatch` exception for negative interval value #49

Closed igorsimb closed 5 months ago

igorsimb commented 7 months ago

Steps to reproduce:

What actually happens:

igorsimb commented 7 months ago

Could just set up min value on the input, e.g. <input type="number" min="1" max="5"> Source: https://www.w3schools.com/tags/att_input_min.asp

igorsimb commented 5 months ago

Closing this one since min="1" solves the problem.