diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index ab697c3f..4b760ef3 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.9] + python-version: [3.9, 3.11] steps: - uses: actions/checkout@v2 diff --git a/rurusetto/wiki/static/img/default-beatmap-background.png b/rurusetto/wiki/static/img/default-beatmap-background.png new file mode 100644 index 00000000..fe8c95ed Binary files /dev/null and b/rurusetto/wiki/static/img/default-beatmap-background.png differ diff --git a/rurusetto/wiki/templates/wiki/snippets/beatmap_approval_card.html b/rurusetto/wiki/templates/wiki/snippets/beatmap_approval_card.html index b3108a4e..47e1d19f 100644 --- a/rurusetto/wiki/templates/wiki/snippets/beatmap_approval_card.html +++ b/rurusetto/wiki/templates/wiki/snippets/beatmap_approval_card.html @@ -4,7 +4,7 @@
-
+
diff --git a/rurusetto/wiki/templates/wiki/snippets/beatmap_card.html b/rurusetto/wiki/templates/wiki/snippets/beatmap_card.html index e8bb0c8e..ad511986 100644 --- a/rurusetto/wiki/templates/wiki/snippets/beatmap_card.html +++ b/rurusetto/wiki/templates/wiki/snippets/beatmap_card.html @@ -4,13 +4,13 @@
-
-
+
+
-
+

{{ beatmap.0.title }}

{% trans "by" %} {{ beatmap.0.artist }}

diff --git a/rurusetto/wiki/templates/wiki/snippets/beatmap_info_modal.html b/rurusetto/wiki/templates/wiki/snippets/beatmap_info_modal.html index 81603b90..330f2659 100644 --- a/rurusetto/wiki/templates/wiki/snippets/beatmap_info_modal.html +++ b/rurusetto/wiki/templates/wiki/snippets/beatmap_info_modal.html @@ -4,6 +4,7 @@ {% load round_up %} {% load get_genre_name %} {% load get_language_name %} +{% load static %}