mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
fixed typo on search page
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
{% if last_viewed %}
|
{% if last_viewed %}
|
||||||
<h4>{% trans 'Last viewed' %}</h4>
|
<h4>{% trans 'Last viewed' %}</h4>
|
||||||
{% render_table last_viewed %}
|
{% render_table last_viewed %}
|
||||||
<h4>{% trans 'Recips' %}</h4>
|
<h4>{% trans 'Recipes' %}</h4>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if user.is_authenticated and recipes %}
|
{% if user.is_authenticated and recipes %}
|
||||||
|
|||||||
Reference in New Issue
Block a user