mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 22:29:42 +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
|
Yeast
|
||||||
-#}
|
-#}
|
||||||
{% if yeast in recipe %}
|
{% if 'yeast' in recipe %}
|
||||||
<div class="row"><h2>Yeast</h2></div></div>
|
<div class="row"><h2>Yeast</h2></div></div>
|
||||||
<div class="row"><div class="col">
|
<div class="row"><div class="col">
|
||||||
<table class="table table-hover table-sm">
|
<table class="table table-hover table-sm">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue