diff --git a/templates/twitch/dashboard.html b/templates/twitch/dashboard.html index 05a046f..13beab9 100644 --- a/templates/twitch/dashboard.html +++ b/templates/twitch/dashboard.html @@ -1,12 +1,15 @@ {% extends "base.html" %} {% load static %} {% block title %} - Dashboard + Twitch drops {% endblock title %} {% block content %}
-

Twitch Drops Dashboard

-

Track active campaigns and upcoming drops

+

Twitch Drops

+
+Drops are sorted alphabetically by organization and game. Click on a campaign or game title to see more details.
+Hover over the end time to see the exact date and time.
+
{% if campaigns_by_org_game %} {% for org_id, org_data in campaigns_by_org_game.items %}
@@ -57,6 +60,30 @@ text-align: left"> Ends in {{ campaign.end_at|timeuntil }} + + + {% endfor %}