We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd4b66 commit 568b768Copy full SHA for 568b768
exercise/templates/exercise/_children.html
@@ -9,13 +9,13 @@
9
{% elif entry.up %}
10
</ul>
11
{% endif %}
12
-{% elif entry|is_listed %}
+{% elif entry|is_listed and not entry|is_in_maintenance %}
13
<li>
14
{% if accessible and not entry.submittable or exercise_accessible %}
15
{% if entry.is_empty %}
16
{{ entry.name|parse_localization }}
17
{% else %}
18
- <a href="{{ entry.link }}" class="{% if entry|is_in_maintenance %}maintenance{% endif %}">{{ entry.name|parse_localization }}</a>
+ <a href="{{ entry.link }}">{{ entry.name|parse_localization }}</a>
19
20
{% if entry.submission_count %}
21
{% points_badge entry %}
0 commit comments