#11239 closed (duplicate)
logging out of the admin site from the changelist page or the changeform gives a ValueError
Description ¶
the logout link in the admin changelist or changeform pages references /admin/app_name/model_name/admin/logout/ and when you click on it, will give a
ValueError invalid literal for int() with base 10: 'admin/logout
while the logout link from the admin home page also points to /admin/admin/logout/
To log out of the admin you have to enter the /admin/logout/ url in the address bar manually.
Note:
See TracTickets
for help on using tickets.
duplicate of #10061