You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't use Github issues for feature requests or for support. Instead, you should create a new topic in the official Open edX forum: https://discuss.openedx.org/ Make sure to include as much information as possible about your use case.
Hi veryone,
I want to customize my edx. When a user signs out, instead of going to the discover courses page page it should go to the login page
For this I have tried changing the user_dropdown.html file. I changed the href in
<div class="mobile-nav-item dropdown-item dropdown-nav-item"><a href="${reverse('logout')}" role="menuitem">${_("Sign Out")}</a></div>
to
<div class="mobile-nav-item dropdown-item dropdown-nav-item"><a href="/login${login_query()}" role="menuitem">${_("Sign Out")}</a></div>
but it did not work.
After some research I have to a conclusion that
Please guide me on this.
The text was updated successfully, but these errors were encountered: