proper recursive finding of conversions
This commit is contained in:
parent
5fd453759b
commit
ffa0253193
4 changed files with 71 additions and 25 deletions
|
@ -3,6 +3,6 @@
|
|||
{%block body %}
|
||||
<h1>Recipes</h1>
|
||||
{% for recipe in recipes %}
|
||||
<li><a href="{{ recipe.outpath }}">{{ recipe.title }}</a></li>
|
||||
<li>{{price(recipe)}} <a href="{{ recipe.outpath }}">{{ recipe.title }}</a></li>
|
||||
{% endfor %}
|
||||
{%endblock%}
|
||||
{%endblock%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue