File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -572,9 +572,11 @@ <h3><i ng-class="{'blink-text-danger':errors.abstract}"
572572 < div class ="page-header-double ">
573573 < h3 > < i ng-class ="{'blink-text-danger':errors.start_date} " class ="fa fa-angle-double-right "> </ i > {% trans 'Start date' %}</ h3 >
574574 </ div >
575+ {% verbatim %}
575576 < div class ="editable editable-text ">
576- < input type ="text " ng-model ="course.start_date " datepicker-popup =" dd/MM/yyyy " is-open =" opened " show-button-bar =" false " ng-click ="opened = true " />
577+ < input type ="date " ng-model ="course.start_date " value =" {{ course.start_date }} " ng-click ="opened = true " />
577578 </ div >
579+ {% endverbatim %}
578580
579581 < div class ="page-header-double ">
580582 < h3 > < i ng-class ="{'blink-text-danger':errors.total_hours} " class ="fa fa-angle-double-right "> </ i > {% trans 'Total hours' %}</ h3 >
You can’t perform that action at this time.
0 commit comments