Update competitions/templates/index.html
Browse files
competitions/templates/index.html
CHANGED
@@ -434,7 +434,7 @@
|
|
434 |
<span class="flex-1 ms-3 whitespace-nowrap">Dataset</span>
|
435 |
</a>
|
436 |
</li>
|
437 |
-
{% if rules_available %}
|
438 |
<li>
|
439 |
<a href="#" id="rules"
|
440 |
class="flex items-center p-2 text-gray-900 rounded-lg hover:bg-gray-100 group">
|
@@ -449,7 +449,7 @@
|
|
449 |
</li>
|
450 |
{% else %}
|
451 |
<span id="rules"></span>
|
452 |
-
{% endif %}
|
453 |
<li>
|
454 |
<a href="#" id="leaderboard"
|
455 |
class="flex items-center p-2 text-gray-900 rounded-lg hover:bg-gray-100 group">
|
|
|
434 |
<span class="flex-1 ms-3 whitespace-nowrap">Dataset</span>
|
435 |
</a>
|
436 |
</li>
|
437 |
+
<!-- {% if rules_available %}
|
438 |
<li>
|
439 |
<a href="#" id="rules"
|
440 |
class="flex items-center p-2 text-gray-900 rounded-lg hover:bg-gray-100 group">
|
|
|
449 |
</li>
|
450 |
{% else %}
|
451 |
<span id="rules"></span>
|
452 |
+
{% endif %} -->
|
453 |
<li>
|
454 |
<a href="#" id="leaderboard"
|
455 |
class="flex items-center p-2 text-gray-900 rounded-lg hover:bg-gray-100 group">
|