From: W. Trevor King Date: Mon, 21 Jun 2010 19:53:56 +0000 (-0400) Subject: Fix missing typo in recipe.html template X-Git-Tag: v0.1~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07cdac97f23fd6e59cdbdf0111500013f6511f4c;p=cookbook.git Fix missing typo in recipe.html template --- diff --git a/cookbook/template/recipe.html b/cookbook/template/recipe.html index 6ffa93f..23cd564 100644 --- a/cookbook/template/recipe.html +++ b/cookbook/template/recipe.html @@ -28,7 +28,7 @@

{{ ingredient_block.heading() }}

{% for ingredient in ingredient_block %} - {{ ingredient.__unicode__() }} + {% endfor %}
{{ ingredient.__unicode__() }}
{% endfor %}