From c6959488dcfd0b15633638560b26348925f39dba Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 11 May 2020 13:08:49 +0200 Subject: [PATCH] fixed typo on search page --- cookbook/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templates/index.html b/cookbook/templates/index.html index 03770acf..77860856 100644 --- a/cookbook/templates/index.html +++ b/cookbook/templates/index.html @@ -80,7 +80,7 @@ {% if last_viewed %}

{% trans 'Last viewed' %}

{% render_table last_viewed %} -

{% trans 'Recips' %}

+

{% trans 'Recipes' %}

{% endif %} {% if user.is_authenticated and recipes %}