回答編集履歴
1
インデント修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
if 認証が必要な条件 and not request.user.is_authenticated:
|
12
12
|
|
13
|
-
|
13
|
+
return redirect('%s?next=%s' % (settings.LOGIN_URL, request.path))
|
14
14
|
|
15
15
|
# ...
|
16
16
|
|