Commit 9a226bc9 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

small fix

parent 3305a23c
...@@ -51,8 +51,6 @@ html(lang="de") ...@@ -51,8 +51,6 @@ html(lang="de")
input#inputTitle(name="title" class="form-control" type="text" placeholder="official title of the project*" required) input#inputTitle(name="title" class="form-control" type="text" placeholder="official title of the project*" required)
div(class="form-group col-md-12") div(class="form-group col-md-12")
input#inputSummary(name="summary" class="form-control" type="text" placeholder="one line summary of the project") input#inputSummary(name="summary" class="form-control" type="text" placeholder="one line summary of the project")
//div(class="form-group col-md-12")
input#inputCategory(name="category" class="form-control" type="text" placeholder="category of the project")
div(class='form-group col-md-12') div(class='form-group col-md-12')
select#inputCategory(name="category", class="form-control") select#inputCategory(name="category", class="form-control")
option(value="") - select a category - option(value="") - select a category -
...@@ -136,6 +134,5 @@ html(lang="de") ...@@ -136,6 +134,5 @@ html(lang="de")
$( function() { $( function() {
$.datepicker.setDefaults( $.datepicker.regional["de"] ); $.datepicker.setDefaults( $.datepicker.regional["de"] );
$("#inputTermFrom").datepicker(); $("#inputTermFrom").datepicker();
//$("#inputTermTo").datepicker(); $("#inputTermTo").datepicker();
$("#inputTermTo").datepicker( $.datepicker.regional["de"] );
}); });
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment