if ($(this).val() === "unique") {
        $(".max-votes").hide();
        $(".description-unique").show();
        $(".description-multiple").hide();
        $(".votation-type-max-votes").prop("disabled", true);