person: capitalise place of birth (frontend + backend)

This commit is contained in:
nobohan
2021-10-14 22:33:31 +02:00
parent 6a1cf4eb92
commit b800b62e88
2 changed files with 15 additions and 9 deletions

View File

@@ -143,11 +143,3 @@
{% block js %}
{{ encore_entry_script_tags('page_person') }}
{% endblock %}
{% block css %}
<style>
input#chill_personbundle_person_placeOfBirth {
text-transform: uppercase;
}
</style>
{% endblock %}