Lercerss / SOEN341W18

Software Process Winter 2018 Group Project - SA3
6 stars 2 forks source link

Asking question button on homepage does not redirect properly #92

Closed Lercerss closed 6 years ago

Lercerss commented 6 years ago

Description

When a user that is not authenticated presses the "Click to ask a question" button on the homepage, they are redirected to the login page but after logging in they are not properly redirected to the asking a question page. This is due to the template linking directly to /login/ instead of making use of proper redirecting with the views decorator @login_required.

Tasks

  1. Remove condition on url of <a> tag found in home.html's header block.
niiita commented 6 years ago

I've fixed this issue on my branch (userProf_Ext2) but it hasn't been merged. I'll make a commit :)

Lercerss commented 6 years ago

@niiita Please take a look at #94

Lercerss commented 6 years ago

Implemented as part of #94.