implement platform icons
All checks were successful
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2024-09-14 06:42:34 +02:00
parent 698c8966c0
commit 649351efde
20 changed files with 125 additions and 8 deletions

View File

@ -204,7 +204,7 @@ def view_game(request: HttpRequest, game_id: int) -> HttpResponse:
"rows": [
[
edition.name,
edition.platform,
Icon(str(edition.platform).lower().replace(".", "")),
edition.year_released,
render_to_string(
"cotton/button_group.html",