Add page for game-less reward campaigns with RSS/Atom/Discord feeds
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
This commit is contained in:
parent
9de0f52af8
commit
dbc36db1e0
8 changed files with 602 additions and 11 deletions
|
|
@ -71,6 +71,12 @@ urlpatterns: list[URLPattern | URLResolver] = [
|
|||
views.sitewide_rewards_view,
|
||||
name="sitewide_rewards",
|
||||
),
|
||||
# /twitch/rewards/no-game/
|
||||
path(
|
||||
"rewards/no-game/",
|
||||
views.game_less_rewards_view,
|
||||
name="game_less_rewards",
|
||||
),
|
||||
# /twitch/export/campaigns/csv/
|
||||
path(
|
||||
"export/campaigns/csv/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue