Skip to content

Commit

Permalink
titulo en pagina de busqueda
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed Nov 19, 2014
1 parent 27fe348 commit cedb60d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/buscador.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{% extends "base_site.html" %}

{% block title %}
Resultados para «{{ buscar }}»
{% endblock title %}


{% block left-column %}
<div class="page-header">
<h1>Resultados para <em>{{ buscar }}</em></h1>
<h1>Resultados para <em>«{{ buscar }}»</em></h1>
</div>

<script>
Expand Down

0 comments on commit cedb60d

Please sign in to comment.