new apps.lyric.views login FBV; new login path in .urls; new UT in .tests.test_views to assert the FBV's redirect to '/'
This commit is contained in:
@@ -3,5 +3,6 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('send_login_email', views.send_login_email, name='send_login_email'),
|
||||
path('login', views.login, name="login"),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user