Merge 2a8e04ac54 into 22cc3723bc
This commit is contained in:
commit
1534fbc670
|
|
@ -24,6 +24,7 @@ def loadFTPHome(request):
|
|||
val = request.session['userID']
|
||||
return render(request,'ftp/index.html')
|
||||
except KeyError:
|
||||
## test
|
||||
return redirect(loadLoginPage)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue