mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 20:49:44 +00:00
Fix issue where yeast was not displayed.
This commit is contained in:
parent
d7cae4d2dc
commit
bdeea922a2
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
{#-
|
||||
Yeast
|
||||
-#}
|
||||
{% if yeast in recipe %}
|
||||
{% if 'yeast' in recipe %}
|
||||
<div class="row"><h2>Yeast</h2></div></div>
|
||||
<div class="row"><div class="col">
|
||||
<table class="table table-hover table-sm">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue