Add Catalogs views, but still need to fix templates (use books for now)

This commit is contained in:
2024-11-29 23:43:36 +01:00
parent 1a3b30ace3
commit 83444266cb
6 changed files with 58 additions and 7 deletions

View File

@@ -139,4 +139,4 @@ class CatalogAdmin(SortableAdminBase, admin.ModelAdmin):
@admin.display(description="Scales")
def get_scales(self, obj):
return ", ".join(s.scale for s in obj.scales.all())
return "/".join(s.scale for s in obj.scales.all())