Skip to content

Commit

Permalink
Update hops on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Mar 17, 2024
1 parent 5da118a commit 2c4ab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/views/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from web_app.charts.yeast import YeastChartFactory
from web_app.meta import PageMeta, HomeMeta

FEATURED_HOPS = ['talus', 'nectaron', 'hbc-586', 'vic-secret']
FEATURED_HOPS = ['elani', 'nectaron', 'luminosa', 'vic-secret', 'hbc-1019', 'lotus']

@cache_page(DEFAULT_PAGE_CACHE_TIME, cache="default")
def home(request: HttpRequest) -> HttpResponse:
Expand Down

0 comments on commit 2c4ab65

Please sign in to comment.