Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
217
Issue boards
Milestones
Code
Merge requests
68
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
!955
Fix invite permissions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix invite permissions
fix-invite-permissions
into
master
Overview
0
Commits
6
Pipelines
12
Changes
9
Merged
Tom Teichler
requested to merge
fix-invite-permissions
into
master
2 years ago
Overview
0
Commits
6
Pipelines
12
Changes
9
Expand
0
0
Merge request reports
Compare
master
version 12
acfbc770
2 years ago
version 11
4cbc706d
2 years ago
version 10
6afbc450
2 years ago
version 9
46540af9
2 years ago
version 8
0b2f33be
2 years ago
version 7
a6a27e57
2 years ago
version 6
0f4e137f
2 years ago
version 5
bd0dba04
2 years ago
version 4
7b41a51c
2 years ago
version 3
7b41a51c
2 years ago
version 2
b2f09b19
2 years ago
version 1
921e2f31
2 years ago
master (base)
and
latest version
latest version
b00267a8
6 commits,
2 years ago
version 12
acfbc770
6 commits,
2 years ago
version 11
4cbc706d
6 commits,
2 years ago
version 10
6afbc450
6 commits,
2 years ago
version 9
46540af9
8 commits,
2 years ago
version 8
0b2f33be
8 commits,
2 years ago
version 7
a6a27e57
7 commits,
2 years ago
version 6
0f4e137f
7 commits,
2 years ago
version 5
bd0dba04
6 commits,
2 years ago
version 4
7b41a51c
3 commits,
2 years ago
version 3
7b41a51c
4 commits,
2 years ago
version 2
b2f09b19
1 commit,
2 years ago
version 1
921e2f31
1 commit,
2 years ago
9 files
+
99
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/core/person/full.html
+
1
−
1
Options
@@ -48,7 +48,7 @@
</a>
{% endif %}
{% if can_invite and not person.user %}
{% if
invite_enabled and
can_invite and not person.user %}
<a
href=
"{% url "
invite_person_by_id
"
person.id
%}"
class=
"btn waves-effect waves-light"
>
<i
class=
"material-icons left"
>
card_giftcard
</i>
{% trans "Invite user" %}
Loading