Update translations
This commit is contained in:
@ -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()) {
|
||||
|
||||
|
Reference in New Issue
Block a user