mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Trying to fix the maintainer page.
This commit is contained in:
parent
3101b95213
commit
1af7420f50
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ def app_maintainer_dash(maintainer=None):
|
||||||
if isinstance(app.public_level, str):
|
if isinstance(app.public_level, str):
|
||||||
app.public_level = -1
|
app.public_level = -1
|
||||||
|
|
||||||
if app.maintained and app.state in ["working", "official"]:
|
if app.maintained:
|
||||||
maintainers.update(app.maintainers)
|
maintainers.update(app.maintainers.lower().replace(" ", ""))
|
||||||
|
|
||||||
|
|
||||||
maintainers = sorted(maintainers, key=lambda m: m.lower())
|
maintainers = sorted(maintainers, key=lambda m: m.lower())
|
||||||
|
|
Loading…
Add table
Reference in a new issue