Add a default card image when no custom one exists (#23)

* Add a default card image when no custom one exists
* Add coming_soon.png source
* Use directly the svg source instead of the png raster
This commit is contained in:
2023-10-01 16:36:30 +02:00
committed by GitHub
parent a189646aa5
commit f4023f105f
6 changed files with 76 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ from solo.admin import SingletonModelAdmin
from portal.models import SiteConfiguration, Flatpage
@admin.register(SiteConfiguration)
class SiteConfigurationAdmin(SingletonModelAdmin):
fieldsets = (