-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: worksheet counter and accordion arrows #1759
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @SKairinos)
game/templates/game/python_den_level_selection.html
line 237 at r1 (raw file):
{% endif %} <div class="col-sm-10 python-den-level"> <a class="disabled">{{episode.name}}{% if episode.counter > 0 %} pt. {{ forloop.counter }}{% endif %}</a>
Seems like neither worksheet has the "pt." text next to it 😞
game/templates/game/python_den_level_selection.html
line 245 at r1 (raw file):
{% else %} <div class="col-sm-7 python-den-level"> <a href="https://editor.raspberrypi.org/en/projects/blank-python-starter" target="_blank">{{episode.name}}{% if episode.counter > 0 %} pt. {{ forloop.counter }}{% endif %}</a>
Not sure why but the worksheet for the For Loops episode has disappeared, so has level 41.
fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @SKairinos)
game/templates/game/python_den_level_selection.html
line 237 at r1 (raw file):
Previously, faucomte97 (Florian Aucomte) wrote…
Seems like neither worksheet has the "pt." text next to it 😞
Can the first worksheet have "pt. 1" next to it? 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)
This change is