Closed k-brahma closed 10 months ago
Hi, I fixed it. Think that 'class="nav-link btn btn-link pt-2 m-0 text-decoration-none"' enough.
I visually confirmed that the nav-link works correctly in both expanded and collapsed states.
So I launched local sever and checked if the class propery works. Think it's enough.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9159d1c
) 95.52% compared to head (98a9e72
) 95.52%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As this is the first time tring to contribute OSS, sorry in advance if any of my procedures are not appropriate.
navbar logout link changed to post form.
Description
example/templates/_base.html fixed to:
Motivation and Context
original link below causes 405 response.
<a class="nav-link" href="{% url 'logout' %}">{% trans "Logout" %}</a>
How Has This Been Tested?
the test below actually ends with some errors but not differ from origin/master's result.
Screenshots (if appropriate):
Types of changes
Checklist: