Nom de recette en début de titre de page
This commit is contained in:
parent
4972fd2b14
commit
5014ee24fc
|
@ -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 %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load thumbnail %}
|
||||
|
||||
{% block title %}Recherche{% endblock %}
|
||||
{% block title %}Recherche de recettes{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue