Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
41c9f638
Commit
41c9f638
authored
Mar 31, 2017
by
Skia
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix' into 'master'
Fix continuous tests See merge request
!60
parents
231922cb
9f2566a2
Pipeline
#845
passed with stage
in 3 minutes and 50 seconds
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
189 additions
and
152 deletions
+189
-152
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+178
-150
sith/settings.py
sith/settings.py
+11
-2
No files found.
locale/fr/LC_MESSAGES/django.po
View file @
41c9f638
This diff is collapsed.
Click to expand it.
sith/settings.py
View file @
41c9f638
...
...
@@ -443,8 +443,17 @@ SITH_CLUB_ROLES_ID = {
'Curious'
:
0
,
}
for
role
in
SITH_CLUB_ROLES_ID
:
SITH_CLUB_ROLES
[
SITH_CLUB_ROLES_ID
[
role
]]
=
_
(
role
)
SITH_CLUB_ROLES
=
{
10
:
_
(
'President'
),
9
:
_
(
'Vice-President'
),
7
:
_
(
'Treasurer'
),
5
:
_
(
'Communication supervisor'
),
4
:
_
(
'Secretary'
),
3
:
_
(
'IT supervisor'
),
2
:
_
(
'Board member'
),
1
:
_
(
'Active member'
),
0
:
_
(
'Curious'
),
}
# This corresponds to the maximum role a user can freely subscribe to
# In this case, SITH_MAXIMUM_FREE_ROLE=1 means that a user can set himself as "Membre actif" or "Curieux", but not higher
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment