diff --git a/beer/templates/beer/recipe.html b/beer/templates/beer/recipe.html index ea4a851..ca1c10b 100644 --- a/beer/templates/beer/recipe.html +++ b/beer/templates/beer/recipe.html @@ -52,9 +52,7 @@ font-size: .8em; -->
Batch Size
-
{{ recipe.batch_size }} gal
-
Actual Volume
-
{{ recipe.final_volume|floatformat:2 }} gal
+
{{ recipe.batch_size_display|floatformat:2 }} gal
Mash Efficiency
{{ recipe.efficiency|floatformat:2 }} %
@@ -76,7 +74,7 @@ font-size: .8em;
-
Fermentables ({{ recipe.fermentable_weight|floatformat:2 }} lbs)
+
Fermentables ({{ recipe.total_fermentable_display|floatformat:2 }} lbs)
@@ -99,7 +97,7 @@ font-size: .8em; {{ f.quantity_display|floatformat:2 }} lb {{ f.fermentable.name }}
- {{ f.fermentable.get_fermentable_type_display }} {{ f.lovibond_contributed }} L + {{ f.fermentable.get_fermentable_type_display }} {{ f.fermentable.lovibond|floatformat:0 }} °L {{ f.percent|floatformat:1 }} % @@ -115,7 +113,7 @@ font-size: .8em;
-
Hops ({{ recipe.hop_weight|floatformat:2 }} oz)
+
Hops ({{ recipe.total_hop_display|floatformat:2 }} oz)