Update link URL in games.html template

Add dynamic URL for "See previous drops" link to direct users to the specific game page.
This commit is contained in:
2024-10-13 02:09:59 +02:00
parent 0d14c061ae
commit 69fb536bf9

View File

@ -15,7 +15,7 @@
class="text-decoration-none">{{ game.name }}</a>
</h2>
<div>
<a href="" class="text-decoration-none">See previous drops</a>
<a href="{% url 'game' game.pk %}" class="text-decoration-none">See previous drops</a>
</div>
<div>
<a href="" class="text-decoration-none">Subscribe to new drops</a>