diff --git a/templates/teamer/profile/index.html.twig b/templates/teamer/profile/index.html.twig index ef00806..1ab4b9b 100644 --- a/templates/teamer/profile/index.html.twig +++ b/templates/teamer/profile/index.html.twig @@ -162,6 +162,7 @@ {% include '_partials/_upload_collection_form.html.twig' with { 'endpoint_upload': path('_uploader_upload_photo'), + 'max_filesize': 5, 'upload_session_params': form.vars.upload_session_params, 'accepted_files': 'image/jpg,image/jpeg', } %}