mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
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:
@@ -3,6 +3,7 @@ from solo.admin import SingletonModelAdmin
|
||||
|
||||
from portal.models import SiteConfiguration, Flatpage
|
||||
|
||||
|
||||
@admin.register(SiteConfiguration)
|
||||
class SiteConfigurationAdmin(SingletonModelAdmin):
|
||||
fieldsets = (
|
||||
|
Reference in New Issue
Block a user