core: fix application icons not loading, fix with_sources being broken

This commit is contained in:
Jens Langhammer
2020-02-20 14:30:06 +01:00
parent 9d8675e54b
commit 6c889eff27
4 changed files with 46 additions and 39 deletions

View File

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