ui: fixup minor issues, add static app

This commit is contained in:
Jens Langhammer
2020-02-21 11:20:55 +01:00
parent d88283a7a9
commit 8fd86a28ff
20 changed files with 34 additions and 30 deletions

View File

@ -35,7 +35,7 @@ class OAuthSource(Source):
"passbook_sources_oauth:oauth-client-login",
kwargs={"source_slug": self.slug},
),
icon_path=f"img/logos/{self.provider_type}.svg",
icon_path=f"passbook/sources/{self.provider_type.replace(' ', '-')}.svg",
name=self.name,
)