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
This isn't a documentation-related issue, rather a UX improvement. As I've found out, a Django based CMS is responsible for serving the Developer portal, so if the login button in the base template is presented with:
This isn't a documentation-related issue, rather a UX improvement. As I've found out, a Django based CMS is responsible for serving the Developer portal, so if the login button in the base template is presented with:
<a href="{% url 'login' %}" class="login-button">
then it should become:
<a href="{% url 'login' %}?next={% firstof request.path '/' %}" class="login-button">
The text was updated successfully, but these errors were encountered: