Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 6261b97

Browse files
authored
Show title for hints even after being unlocked (#106)
1 parent 9fa9b4f commit 6261b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/challenge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3 class="challenge-value text-center">
7474
<div x-data="Hint" x-init="id = {{ hint.id }}">
7575
{% if hint.content %}
7676
<details>
77-
<summary>{% trans %}View Hint{% endtrans %}</summary>
77+
<summary>{% trans %}View Hint{% endtrans %}{% if hint.title %}: {{ hint.title }}{% endif %}</summary>
7878
<div>{{ hint.html | safe }}</div>
7979
</details>
8080
{% else %}

0 commit comments

Comments
 (0)