We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User account used: test_user_1
When I log in to RentSense, here http://django-tutorial-test-before-deploy2.eba-n75bixnu.us-west-2.elasticbeanstalk.com/
I see the profile dropdown in navbar says "Welcome, test_user_1" as expected
However, when i click the item "My profile" in that dropdown the message changes to "Welcome, "
this is because the first name and last name elements are empty in the profile.
If there is a value, then there is no consistency in what name is shown on the navbar. the home page (http://django-tutorial-test-before-deploy2.eba-n75bixnu.us-west-2.elasticbeanstalk.com/ ) shows the username, while all other pages show first name
Expectation: navbar must be consistent in showing the same details everywhere
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User account used: test_user_1
When I log in to RentSense, here
http://django-tutorial-test-before-deploy2.eba-n75bixnu.us-west-2.elasticbeanstalk.com/
I see the profile dropdown in navbar says "Welcome, test_user_1" as expected
However, when i click the item "My profile" in that dropdown the message changes to "Welcome, "
this is because the first name and last name elements are empty in the profile.
If there is a value, then there is no consistency in what name is shown on the navbar. the home page (http://django-tutorial-test-before-deploy2.eba-n75bixnu.us-west-2.elasticbeanstalk.com/
) shows the username, while all other pages show first name
Expectation: navbar must be consistent in showing the same details everywhere
The text was updated successfully, but these errors were encountered: