diff --git a/gui/slick/views/addShows.mako b/gui/slick/views/addShows.mako
index bdca165e06bf4592b0884c2600e299e146f18233..8a71497e428b34ca9b03919428f631b2c91c78d2 100644
--- a/gui/slick/views/addShows.mako
+++ b/gui/slick/views/addShows.mako
@@ -19,7 +19,7 @@
             <p>For shows that you haven't downloaded yet, this option finds a show on theTVDB.com, creates a directory for it's episodes, and adds it to SickRage.</p>
         </div>
     </a>
-
+% if sickbeard.USE_TRAKT is True:
     <br><br>
     <a href="${srRoot}/addShows/trendingShows/" id="btnNewShow" class="btn btn-large">
         <div class="button"><div class="icon-addtrendingshow"></div></div>
@@ -38,7 +38,7 @@
             <p>For shows that you haven't downloaded yet, this option recommends shows to add based on your Trakt.tv show library, creates a directory for its episodes, and adds it to SickRage.</p>
         </div>
     </a>
-
+% endif
     <br><br>
 
     <a href="${srRoot}/addShows/popularShows/" id="btnNewShow" class="btn btn-large">