diff --git a/Metronus-Project/metronus/templates/task_form.html b/Metronus-Project/metronus/templates/task_form.html index bd5b6b7..aed7910 100644 --- a/Metronus-Project/metronus/templates/task_form.html +++ b/Metronus-Project/metronus/templates/task_form.html @@ -115,6 +115,13 @@ }); }; + +$(function() { + $(':input[type="number"]').each(function(i) { + $(this).val($(this).attr("value").replace(",", ".")); + }); +}); + {% endblock %} @@ -194,7 +201,7 @@

{% if request.path == '/task/create'%}{% trans 'createTask' %}{% endif %}{%
- +
@@ -207,13 +214,13 @@

{% if request.path == '/task/create'%}{% trans 'createTask' %}{% endif %}{%
- +
- +