From cedb60d40e0975d07c79a4d6c8d778d4c6842fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Wed, 19 Nov 2014 11:59:51 -0300 Subject: [PATCH] titulo en pagina de busqueda --- templates/buscador.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/buscador.html b/templates/buscador.html index 921f4d60..6f9a2d66 100644 --- a/templates/buscador.html +++ b/templates/buscador.html @@ -1,8 +1,13 @@ {% extends "base_site.html" %} +{% block title %} + Resultados para «{{ buscar }}» +{% endblock title %} + + {% block left-column %}