From 8d191fa1a137f5753da66669b10a147d604c474e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 31 Mar 2020 01:11:14 +0200 Subject: [PATCH] set recipe name as page title --- cookbook/templates/recipe_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index f571c1a3f..953526e21 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -4,7 +4,7 @@ {% load l10n %} {% load custom_tags %} -{% block title %}{% trans 'View' %}{% endblock %} +{% block title %}{{ recipe.name }}{% endblock %} {% block extra_head %}