manjulatern / GymProject

A basic django based application.
2 stars 4 forks source link

Fix after logged in URL #9

Closed meamitacharya closed 4 years ago

meamitacharya commented 4 years ago

Steps to replicate:

  1. Go to Login page
  2. Get inside
  3. Observe URL bar for both complete and incomplete profiles

Actual Behaviour: The homepage is showing localhost /login/ in the URL bar for a complete profile. The profile page is showing localhost/login/ in the URL bar for an incomplete profile

Expected Behaviour: URL for a complete profile should show homepage without /login in URL URL for an incomplete profile should show profile page with /profile in URL