When trying to view and entry, a template error pops up, and barrs display of the details of a new (or old) db entry.
The error reads as under:
In template [my_project_dir_path]/env/lib64/python3.10/site-packages/jet/templates/admin/base.html, error at line 122
This is with respect to rendering of the tag : {% jet_previous_object as sibling %} , and reads as :
ChangeList.__init__() missing 1 required positional argument: 'search_help_text'
I was thinking if it were a known error, and had a quick fix; or owing to this being a slightly older os project now, one should be advised to rather not use that package. Any advice is much appreciated. :)