Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!992
Release 2.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 2.8
update-builddeps
into
master
Overview
0
Commits
4
Pipelines
5
Changes
4
Merged
Tom Teichler
requested to merge
update-builddeps
into
master
3 years ago
Overview
0
Commits
4
Pipelines
5
Changes
4
Expand
0
0
Merge request reports
Compare
master
version 4
fbe99f67
3 years ago
version 3
adbeb3b9
3 years ago
version 2
a896ba85
3 years ago
version 1
a18b6521
3 years ago
master (base)
and
latest version
latest version
f8cd795a
4 commits,
3 years ago
version 4
fbe99f67
3 commits,
3 years ago
version 3
adbeb3b9
3 commits,
3 years ago
version 2
a896ba85
2 commits,
3 years ago
version 1
a18b6521
1 commit,
3 years ago
4 files
+
8
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/views.py
+
1
−
1
Options
@@ -36,7 +36,7 @@ from django.views.generic.list import ListView
import
reversion
from
allauth.account.utils
import
_has_verified_for_login
,
send_email_confirmation
from
allauth.account.views
import
PasswordChangeView
,
SignupView
,
PasswordResetView
from
allauth.account.views
import
PasswordChangeView
,
PasswordResetView
,
SignupView
from
allauth.socialaccount.adapter
import
get_adapter
from
allauth.socialaccount.models
import
SocialAccount
from
celery_progress.views
import
get_progress
Loading