Nom de recette en début de titre de page

This commit is contained in:
Claude Paroz 2021-05-26 22:01:47 +02:00
parent 4972fd2b14
commit 5014ee24fc
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Recettes {% block title %}page title{% endblock %}</title>
<title>{% block title %}page title{% endblock %}</title>
<link rel="stylesheet" href="{% static 'css/main.css' %}">
{% block extrahead %}
{% endblock %}

View File

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load thumbnail %}
{% block title %}Recherche{% endblock %}
{% block title %}Recherche de recettes{% endblock %}
{% block extrahead %}
<style>