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
!1217
Resolve "Urls in invitation email contains the /django/ prefix"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Urls in invitation email contains the /django/ prefix"
840-urls-in-invitation-email-contains-the-django-prefix
into
release-3.0
Overview
0
Commits
3
Pipelines
6
Changes
6
Merged
Lukas Weichelt
requested to merge
840-urls-in-invitation-email-contains-the-django-prefix
into
release-3.0
1 year ago
Overview
0
Commits
3
Pipelines
6
Changes
6
Expand
Closes
#840 (closed)
0
0
Merge request reports
Compare
release-3.0
version 5
a7ed4839
1 year ago
version 4
c83e4359
1 year ago
version 3
1157e6c7
1 year ago
version 2
1f820f5f
1 year ago
version 1
ccce4818
1 year ago
release-3.0 (base)
and
latest version
latest version
df4b27fc
3 commits,
1 year ago
version 5
a7ed4839
2 commits,
1 year ago
version 4
c83e4359
2 commits,
1 year ago
version 3
1157e6c7
1 commit,
1 year ago
version 2
1f820f5f
1 commit,
1 year ago
version 1
ccce4818
14 commits,
1 year ago
6 files
+
69
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/frontend/routes.js
+
8
−
0
Options
@@ -1055,6 +1055,14 @@ const routes = [
titleKey
:
"
about.page_title
"
,
},
},
{
path
:
"
/invitations/accept-invite/:code
"
,
component
:
()
=>
import
(
"
./components/LegacyBaseTemplate.vue
"
),
props
:
{
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate
:
true
,
},
name
:
"
invitations.accept_invite
"
,
},
];
// This imports all known AlekSIS app entrypoints
Loading