Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
cb355dc5
Commit
cb355dc5
authored
Feb 04, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mini fix
parent
99a1dfd1
Pipeline
#1767
passed with stage
in 1 minute 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
models.py
members/models.py
+1
-1
member.css
members/static/css/member.css
+2
-2
No files found.
members/models.py
View file @
cb355dc5
...
...
@@ -766,7 +766,7 @@ class CagetteMember(models.Model):
# member = CagetteMember(m['id'], m['email'])
# m['next_shifts'] = member.get_next_shift()
if
not
m
[
'parent_name'
]
is
False
:
m
[
'name'
]
+=
'
en binôme avec '
+
m
[
'parent_name'
]
m
[
'name'
]
+=
'
(en binôme avec '
+
m
[
'parent_name'
]
+
')'
del
m
[
'parent_name'
]
members
.
append
(
m
)
...
...
members/static/css/member.css
View file @
cb355dc5
...
...
@@ -73,5 +73,5 @@ h1 .member_name {font-weight: bold;}
.easy_shift_validate
{
text-align
:
center
;
margin-top
:
3em
;}
.button_is_member
{
background-color
:
#439D44
;}
.button_is_associated_people
{
background
:
#0275D8
;}
.button_is_member
{
background-color
:
#439D44
;
color
:
#fff
;
}
.button_is_associated_people
{
background
:
#0275D8
;
color
:
#fff
;
}
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