Louischong commited on
Commit
59ead40
·
verified ·
1 Parent(s): c846006

Update competitions/templates/index.html

Browse files
Files changed (1) hide show
  1. competitions/templates/index.html +2 -2
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">