forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.0'
This commit is contained in:
commit
f933181369
@ -184,6 +184,15 @@ def udsJs(request: 'HttpRequest') -> str:
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# We can add here custom downloads with something like this:
|
||||||
|
# plugins.append({
|
||||||
|
# 'url': 'http://www.google.com/coche.exe',
|
||||||
|
# 'description': 'Cliente SPICE for download', # Text that appears on download
|
||||||
|
# 'name': 'Linux', # Can be 'Linux', 'Windows', o 'MacOS'. Sets the icon.
|
||||||
|
# 'legacy': False # True = Gray, False = White
|
||||||
|
#})
|
||||||
|
|
||||||
|
|
||||||
actors: typing.List[typing.Dict[str, str]] = []
|
actors: typing.List[typing.Dict[str, str]] = []
|
||||||
|
|
||||||
if user and user.isStaff(): # Add staff things
|
if user and user.isStaff(): # Add staff things
|
||||||
|
Loading…
Reference in New Issue
Block a user