mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
person: capitalize entry in person form
This commit is contained in:
parent
f44566037c
commit
6a1cf4eb92
@ -135,7 +135,6 @@
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{{ form_end(form) }}
|
||||
|
||||
</div>
|
||||
@ -144,3 +143,11 @@
|
||||
{% block js %}
|
||||
{{ encore_entry_script_tags('page_person') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block css %}
|
||||
<style>
|
||||
input#chill_personbundle_person_placeOfBirth {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user