Skip to content
Snippets Groups Projects
Unverified Commit 7b0d4db6 authored by Peeter Aleksander Randla's avatar Peeter Aleksander Randla Committed by GitHub
Browse files

Fix sidebar "Testing" link not being active when on testing page (#1249)

parent 7db9aa1e
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ $(document).ready(function () {
</li>
{% if actual_phase == 0 or participation.unrestricted %}{# FIXME maybe >= 0? #}
{% if testing_enabled %}
<li{% if page == "testing" %} class="active"{% endif %}>
<li{% if page == "test_interface" %} class="active"{% endif %}>
<a href="{{ contest_url("testing") }}">{% trans %}Testing{% endtrans %}</a>
</li>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment