Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nounous-archives
intranet
Commits
9cc3be98
Commit
9cc3be98
authored
Mar 29, 2018
by
Maxime Bombar
Browse files
Désactive momentanément l'impression le temps que le technicien hp passe
parent
21e43901
Changes
1
Hide whitespace changes
Inline
Side-by-side
intranet/settings.py
View file @
9cc3be98
...
@@ -228,13 +228,13 @@ INTRANET_APPS = (
...
@@ -228,13 +228,13 @@ INTRANET_APPS = (
'label'
:
_
(
u
'Prises réseau'
),
'label'
:
_
(
u
'Prises réseau'
),
'test'
:
lambda
u
:
u
.
has_perm
(
'prises.can_view'
)
or
u
.
groups
.
filter
(
name
=
'crans_nounou'
)
or
u
.
groups
.
filter
(
name
=
'crans_cableur'
),
'test'
:
lambda
u
:
u
.
has_perm
(
'prises.can_view'
)
or
u
.
groups
.
filter
(
name
=
'crans_nounou'
)
or
u
.
groups
.
filter
(
name
=
'crans_cableur'
),
},
},
{
#
{
'name'
:
'impressions'
,
#
'name': 'impressions',
'category'
:
'Services'
,
#
'category': 'Services',
'label'
:
_
(
u
'Impressions'
),
#
'label': _(u'Impressions'),
'help'
:
'https://wiki.crans.org/VieCrans/ImpressionReseau'
,
#
'help':'https://wiki.crans.org/VieCrans/ImpressionReseau',
'title'
:
_
(
u
"Service d'impression sur l'imprimante Crans"
),
#
'title': _(u"Service d'impression sur l'imprimante Crans"),
},
#
},
{
{
'name'
:
'digicode'
,
'name'
:
'digicode'
,
'category'
:
'Services'
,
'category'
:
'Services'
,
...
...
Gabriel Detraz
@detraz
mentioned in commit
a433f3e2
·
Apr 05, 2018
mentioned in commit
a433f3e2
mentioned in commit a433f3e2ad74d88ce46960caaa8bbeb00b41d5bf
Toggle commit list
Write
Preview
Supports
Markdown
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