diff --git a/templates/apply.html b/templates/apply.html
index 7cd84eda96a6f73f3babb4805bea2692923a0d87..1384bb356a61f4e2885da072f98722d27a624145 100644
--- a/templates/apply.html
+++ b/templates/apply.html
@@ -25,6 +25,7 @@
$("#id_destinationport").css('width', '100px').attr('size', '5');
$('#id_then').attr("multiple", "");
$( "#id_expires" ).datepicker({ dateFormat: 'yy-mm-dd' , maxDate: '+10d', minDate: '+1d', changeMonth: false, changeYear: false }).datepicker( $.datepicker.regional[ "el" ] );
+ {% comment %}
$('#then_diag').dialog({
height: 220,
width: 340,
@@ -56,7 +57,7 @@
}
}
});
-
+ {% comment %}
$('#port_diag').dialog({
height: 220,
width: 340,