Improved delete, scaling added
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
<ul>
|
||||
{% for recipe in content %}
|
||||
<li>
|
||||
<a href=recipes/{{recipe}}>{{content[recipe]['name']}}</a>
|
||||
<a href=recipes/{{recipe}}>{{content[recipe].get_name()}}</a>
|
||||
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user