diff --git a/decksite/templates/about.mustache b/decksite/templates/about.mustache index 37c52ae67..ced05a02a 100644 --- a/decksite/templates/about.mustache +++ b/decksite/templates/about.mustache @@ -13,7 +13,7 @@ -

{{_ **A brewer's paradise.** A card pool as big as Modern with gems (and jank) waiting to be discovered.}}

+

{{_ **A brewer's paradise.** A card pool sometimes as big as Modern with gems (and jank) waiting to be discovered.}}

{{_ **A diverse format** with countless different archetypes. Winners of past tournaments include Reanimator, Red Deck Wins, Heroic, Aristocrats, Demonic Rising, Abzan Midrange, Elves, Grenzo Combo, Dragon Control and Vampires in one season alone.}}

diff --git a/decksite/templates/rotationchanges.mustache b/decksite/templates/rotationchanges.mustache index e45006119..4f1296352 100644 --- a/decksite/templates/rotationchanges.mustache +++ b/decksite/templates/rotationchanges.mustache @@ -7,8 +7,10 @@ {{> section}} {{/sections}} {{> rotationkey}} -
-

Downloads

-

New Cards File

-

Rotated Out File

-
+{{#show_downloads}} +
+

Downloads

+

New Cards File

+

Rotated Out File

+
+{{/show_downloads}} diff --git a/decksite/views/rotation_changes.py b/decksite/views/rotation_changes.py index c9152dfa1..daa1afac9 100644 --- a/decksite/views/rotation_changes.py +++ b/decksite/views/rotation_changes.py @@ -25,6 +25,7 @@ def __init__(self, cards_in: Sequence[Card], cards_out: Sequence[Card], playabil self.show_filters_toggle = True self.new_cards_deck_url = url_for('rotation_changes_files', changes_type='new') self.rotated_out_cards_deck_url = url_for('rotation_changes_files', changes_type='out') + self.show_downloads = True def page_title(self) -> str: if self.speculation: