1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 22:19:42 +00:00

Fix issue where yeast was not displayed.

This commit is contained in:
Emma 2019-06-25 21:15:56 -06:00
parent d7cae4d2dc
commit bdeea922a2

View file

@ -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">