diff --git a/cookbook/helper/template_helper.py b/cookbook/helper/template_helper.py
index 8190f3a4d..f709dccc8 100644
--- a/cookbook/helper/template_helper.py
+++ b/cookbook/helper/template_helper.py
@@ -16,7 +16,7 @@ class IngredientObject(object):
if ingredient.no_amount:
self.amount = ""
else:
- self.amount = f""
+ self.amount = f""
if ingredient.unit:
self.unit = bleach.clean(str(ingredient.unit))
else:
diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html
index 61308c50f..8b0c738ef 100644
--- a/cookbook/templates/recipe_view.html
+++ b/cookbook/templates/recipe_view.html
@@ -64,6 +64,7 @@