diff --git a/index.html b/index.html
index 2d13aeb..6ae11d4 100644
--- a/index.html
+++ b/index.html
@@ -300,6 +300,9 @@
$('.createProposal input').each(function() {
$(this).attr("disabled", edit);
});
+ $('.createProposal select').each(function() {
+ $(this).attr("disabled", edit);
+ });
if (edit === true) {
$('#btnPrepare').addClass('hidden');