From 2018a884f2cd34104a1f69cc499f1c97b855916c Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 7 Jan 2025 10:18:12 +0000 Subject: [PATCH 1/3] fix: worksheet counter and accordion arrows --- game/templates/game/python_den_level_selection.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/game/templates/game/python_den_level_selection.html b/game/templates/game/python_den_level_selection.html index e8a9f87f4..fb174ec97 100644 --- a/game/templates/game/python_den_level_selection.html +++ b/game/templates/game/python_den_level_selection.html @@ -65,6 +65,7 @@

Introduction to Python

@@ -143,6 +144,8 @@

Introduction to Python

{% endif %} {% endif %} + {% else %} + {% endif %}

@@ -231,7 +234,7 @@

Introduction to Python

In order to access the full content for this course, please log in.

{% endif %}
- {{episode.name}}{% if episode.worksheets|length > 1 %} pt. {{ forloop.counter }}{% endif %} + {{episode.name}}{% if episode.counter > 0 %} pt. {{ forloop.counter }}{% endif %}
@@ -239,7 +242,7 @@

Introduction to Python

{% else %}
- {{episode.name}}{% if episode.worksheets|length > 1 %} pt. {{ forloop.counter }}{% endif %} + {{episode.name}}{% if episode.counter > 0 %} pt. {{ forloop.counter }}{% endif %}
{% if user|is_logged_in_as_teacher %}
From 1ca16c01eb3e6d4806b5caba5da25ea88ca028c9 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 10 Jan 2025 10:38:10 +0000 Subject: [PATCH 2/3] fix: forloop counter --- game/templates/game/python_den_level_selection.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/templates/game/python_den_level_selection.html b/game/templates/game/python_den_level_selection.html index fb174ec97..18442886a 100644 --- a/game/templates/game/python_den_level_selection.html +++ b/game/templates/game/python_den_level_selection.html @@ -234,7 +234,7 @@

Introduction to Python

In order to access the full content for this course, please log in.

{% endif %} {% else %} {% if user|is_logged_in_as_teacher %}
From 8a3e2d0d4cb3de46ab22e7a428ea07f49ce025a5 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 14 Jan 2025 15:14:15 +0000 Subject: [PATCH 3/3] fix: pt --- game/templates/game/python_den_level_selection.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/game/templates/game/python_den_level_selection.html b/game/templates/game/python_den_level_selection.html index 18442886a..0142e06aa 100644 --- a/game/templates/game/python_den_level_selection.html +++ b/game/templates/game/python_den_level_selection.html @@ -77,7 +77,7 @@

Introduction to Python

In order to access the full content for this course, please log in.

{% endif %} {% else %} {% if user|is_logged_in_as_teacher %}