Browse Source

add link data to favourites section links in dashbaord.html (#143).

unstable
Craig Oates 8 months ago
parent
commit
99c5567da5
  1. 7
      templates/dashboard.html

7
templates/dashboard.html

@ -77,7 +77,12 @@
</a>
<ul>
{% for item in favourites %}
<li><a></a>{{item.title}}</li>
<li>
<a href="/view/recipe/{{item.recipe-id}}"
titile="Click to view recipe.">
{{item.title}}
</a>
</li>
{% endfor %}
</ul>

Loading…
Cancel
Save