The default logout URL for the get_logout_url template tag is missing a trailing slash.
This means that if the user does not set the logout URL in their settings.py file, the logout URL will not work.
Determined that the issue is in the templatetags. adminlte2_pdq/templatetags/adminlte_tags.py to be specific. There is a method / tag called get_logout_url and the default value is incorrect. Missing a trailing slash.
The default logout URL for the get_logout_url template tag is missing a trailing slash.
This means that if the user does not set the logout URL in their settings.py file, the logout URL will not work.
Determined that the issue is in the templatetags.
adminlte2_pdq/templatetags/adminlte_tags.pyto be specific. There is a method / tag calledget_logout_urland the default value is incorrect. Missing a trailing slash.