mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Refactoring translations
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
|
||||
|
||||
{% stylesheets output="css/all.css" filter="cssrewrite"
|
||||
@@ -100,7 +99,7 @@
|
||||
<h2>{{ 'Search a person'|trans }}</h2>
|
||||
|
||||
<form action="{{ path('chill_person_search') }}" method="get">
|
||||
<input name="q" type="search" placeholder="{{ 'Person Name'|trans }}" />
|
||||
<input name="q" type="search" placeholder="{{ 'Person name'|trans }}" />
|
||||
<center>
|
||||
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search a person'|trans }}</button>
|
||||
</center>
|
||||
|
Reference in New Issue
Block a user