mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Repeat search pattern in form above page
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#}
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
{% set _search_pattern = pattern %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>{{ message }}</p>
|
||||
|
@@ -16,6 +16,8 @@
|
||||
#}
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
{% set _search_pattern = pattern %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% for result in results %}
|
||||
|
Reference in New Issue
Block a user