Files
RosterChief/club
Bernard Siebens 88a6c63f9f Allow SVG club logos
ImageField validates uploads through Pillow, which can't read SVGs, so
a club crest that's a vector logo was rejected outright. Switches to a
plain FileField with an extension allowlist (png/jpg/jpeg/gif/webp/svg)
instead, and restricts the file picker to image types via the widget's
accept attribute.
2026-07-27 10:27:07 +02:00
..
2026-07-27 10:27:07 +02:00
2026-07-27 10:27:07 +02:00
2026-07-13 22:30:38 +02:00