From bea340d90c88ca6fa64c29821400af1b26d6dfd1 Mon Sep 17 00:00:00 2001 From: Leonidas Poulopoulos Date: Wed, 21 Dec 2011 17:59:13 +0200 Subject: [PATCH] Added missing comment tags. Handles temporarily disabled then action additions --- templates/apply.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/apply.html b/templates/apply.html index 7cd84ed..1384bb3 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, -- GitLab