Remove last use of settings.LOGIN_REDIRECT_URL

Replace with common.settings_home_view.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-07 13:32:47 -04:00
parent 6330e40036
commit 28114264c1
5 changed files with 49 additions and 39 deletions
+2
View File
@@ -287,6 +287,8 @@ Other changes
- InterfaceWarning
* Move the user set password views to the authentication app.
* All views redirect to common's home view instead of the
REDIRECT_URL setting.