Make HTML more simple

This commit is contained in:
Joakim Hellsén 2025-08-02 04:03:28 +02:00
commit c447abc6fe
8 changed files with 41 additions and 287 deletions

View file

@ -4,6 +4,14 @@
{% endblock title %}
{% block content %}
<h1>{{ game.display_name }}</h1>
<div>
<input type="checkbox" id="found" />
<label for="found">🔔 Get notified as soon as a drop for {{ game.display_name }} appears on Twitch.</label>
</div>
<div>
<input type="checkbox" id="live" />
<label for="live">🎮 Get notified when the drop is live and ready to be farmed.</label>
</div>
{% if active_campaigns %}
<h5>Active Campaigns</h5>
<table>