Use undetected-playwright-patch instead of playwright
This commit is contained in:
@ -6,9 +6,12 @@
|
||||
href="#info-box">Information</a>
|
||||
<a class="list-group-item list-group-item-action plain-text-item"
|
||||
href="#game-list">Site news</a>
|
||||
{% for game in games %}
|
||||
<a class="list-group-item list-group-item-action plain-text-item"
|
||||
href="#game-{{ game.game_id }}">{{ game.display_name }}</a>
|
||||
{% for org in orgs %}
|
||||
{{ org }}
|
||||
{% for game in org.games.all %}
|
||||
<a class="list-group-item list-group-item-action plain-text-item"
|
||||
href="#game-{{ game.game_id }}">{{ game.display_name }}</a>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user