mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix title in search result page
This commit is contained in:
parent
a48a0be187
commit
313d80345f
@ -15,3 +15,5 @@ Your search is empty. Please provide search terms.: La recherche est vide. Merci
|
||||
The domain %domain% is unknow. Please check your search.: Le domaine de recherche "%domain%" est inconnu. Merci de vérifier votre recherche.
|
||||
Invalid terms : Recherche invalide
|
||||
You should not have more than one domain. : Vous ne devriez pas avoir plus d'un domaine de recherche.
|
||||
#used for page title
|
||||
Search %pattern%: Recherche de "%pattern%"
|
@ -18,6 +18,8 @@
|
||||
|
||||
{% set _search_pattern = pattern %}
|
||||
|
||||
{% block title %}{{ 'Search %pattern%'|trans({ '%pattern%' : pattern }) }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% for result in results %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user