# TODO - [x] Fix language-search-fragment: use searchLanguages() like tag fragment, remove broken predefined exclusion logic - [x] Both fragments now follow identical patterns - [x] Fix "Créer" button not appearing on language search: both language and tag inputs used name="q" in the same form, causing HTMX to submit the wrong (empty) value — renamed to unique names (language_search_q / tag_search_q) - [x] Exclude Français, Anglais, Néerlandais from language-search suggestions (handled by the checkbox list)