Update translations

This commit is contained in:
2020-05-15 10:31:22 +02:00
parent ee706cfe0f
commit 536dbf3d65
28 changed files with 1184 additions and 577 deletions

View File

@ -4,7 +4,7 @@
{% block title %}{% trans "New schedule" %}{% endblock %}
{% block pagetitle %}{% trans "New schedule" %}{% endblock %}
{% block content %}
<form method="POST" action="{% url 'schedule:new' %}">
<form method="POST" action="{% url 'schedule:new' %}" id="new_schedule_form">
{% csrf_token %}
{{ form.json }}
<h1>Algemene informatie</h1>
@ -686,7 +686,7 @@
calculateBehandelingen();
});
jQuery('form').on('submit',function(event){
jQuery('form#new_schedule_form').on('submit',function(event){
if (validate_working_hours() &&
calculateBehandelingen()) {