set recipe name as page title

This commit is contained in:
vabene1111
2020-03-31 01:11:14 +02:00
parent b47a0197e2
commit 8d191fa1a1

View File

@@ -4,7 +4,7 @@
{% load l10n %}
{% load custom_tags %}
{% block title %}{% trans 'View' %}{% endblock %}
{% block title %}{{ recipe.name }}{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css"