Skip to content

Commit 03293e0

Browse files
committed
Update homepage hops
1 parent 55489bf commit 03293e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app/views/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from web_app.charts.yeast import YeastChartFactory
1313
from web_app.meta import PageMeta, HomeMeta
1414

15-
FEATURED_HOPS = ['elani', 'nectaron', 'luminosa', 'vic-secret', 'hbc-1019', 'lotus']
15+
FEATURED_HOPS = ['anchovy', 'nectaron', 'elani', 'hbc-1019', 'motueka', 'krush']
1616

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

0 commit comments

Comments
 (0)