Peter Pfeufer 3f17da684e
[FIX] Don't use static for the custom-styles.css file
Since this CSS file is not part of the regular static collection, but gets created on demand, `ManifestStaticFilesStorage` will not work here. So we have to call the file directly, instead via `static` or we get:

ValueError: Missing staticfiles manifest entry for 'allianceauth/custom-styles.css'
2025-07-08 22:12:43 +02:00
..
2024-08-20 14:41:43 +02:00
2024-08-11 22:34:16 +02:00
2024-08-20 14:41:43 +02:00
2025-03-03 11:47:19 +10:00