We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55489bf commit 03293e0Copy full SHA for 03293e0
web_app/views/misc.py
@@ -12,7 +12,7 @@
12
from web_app.charts.yeast import YeastChartFactory
13
from web_app.meta import PageMeta, HomeMeta
14
15
-FEATURED_HOPS = ['elani', 'nectaron', 'luminosa', 'vic-secret', 'hbc-1019', 'lotus']
+FEATURED_HOPS = ['anchovy', 'nectaron', 'elani', 'hbc-1019', 'motueka', 'krush']
16
17
@cache_page(DEFAULT_PAGE_CACHE_TIME, cache="default")
18
def home(request: HttpRequest) -> HttpResponse:
0 commit comments