Introduce alternative way to input availabilities and slots
Add start and end inputs below the calendar widget that can be used to add new entries to the calendar. Inputs are based on html5 widgets, will fallback to simple text inputs in very old browsers. Modern browsers also provide an integrated validation of the time ranges. In older browsers, this will be done latest on server side. This implements #124
parent
98e9a3b0
No related branches found
No related tags found
Showing
- AKModel/availability/forms.py 2 additions, 1 deletionAKModel/availability/forms.py
- AKModel/forms.py 2 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 20 additions, 10 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- static_common/common/js/availabilities.js 27 additions, 9 deletionsstatic_common/common/js/availabilities.js
Loading
Please register or sign in to comment