regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Put a logout button in the main template #21

Open readytheory opened 4 months ago

readytheory commented 4 months ago

every page should have logout option if user is authenticated.

Can it be in site template or it has to be per-template?

zablon-oigo commented 3 months ago

every page should have logout option if user is authenticated.

Can it be in site template or it has to be per-template?

Hello, I'm eager to contribute to resolving this issue. Could you please assign it to me? In my opinion, adding a logout button to the site template would be an effective solution.