Jean7667 / RBM_APP

0 stars 1 forks source link

[Bug ]Expert View not working anymore #1

Closed Jean7667 closed 3 months ago

Jean7667 commented 3 months ago
Error Syntax in Expert View Request Method: GET

http://127.0.0.1:8001/user_app/listexpert/?category=Administration 5.0.3 TemplateSyntaxError 'for' tag received an invalid argument: for in categories /home/jeanbaptiste/.virtualenvs/account_virt/lib/python3.10/site-packages/django/template/defaulttags.py, line 856, in do_for user_app.views.ExpertListView

Jean7667 commented 3 months ago

fixed by removing the filter, need to adapt the code of the script to implement a new logic

Jean7667 commented 3 months ago

fixed