diff --git a/templates/profile/index.twig b/templates/profile/index.twig index 1d97aec..ce7aa97 100644 --- a/templates/profile/index.twig +++ b/templates/profile/index.twig @@ -12,7 +12,7 @@ {% block content %} {% if profile_is_editing %}
- {{ input_csrf('profile') }} + {{ input_csrf() }} {% if perms.edit_avatar %} {{ input_file_raw('avatar[file]', 'profile__hidden', ['image/png', 'image/jpeg', 'image/gif'], {'id':'avatar-selection'}) }}