diff --git a/r2/r2/models/listing.py b/r2/r2/models/listing.py index 0146a68c5..eec38536c 100644 --- a/r2/r2/models/listing.py +++ b/r2/r2/models/listing.py @@ -191,5 +191,4 @@ class SpotlightListing(Listing): res = Listing.listing(self) for t in res.things: t.num = "" - self.lookup = {t._fullname: t for t in res.things} return Wrapped(self) diff --git a/r2/r2/templates/spotlightlisting.html b/r2/r2/templates/spotlightlisting.html index c0386988f..f9e958516 100644 --- a/r2/r2/templates/spotlightlisting.html +++ b/r2/r2/templates/spotlightlisting.html @@ -29,11 +29,9 @@ %>