diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cf4df86..0bcd848d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: django-upgrade args: ['--target-version', '3.2'] - repo: https://github.com/rtts/djhtml - rev: 'v1.5.2' + rev: '3.0.5' hooks: - id: djhtml args: ['--tabwidth', '2'] diff --git a/chrono/manager/templates/chrono/manager_agenda_event_fragment.html b/chrono/manager/templates/chrono/manager_agenda_event_fragment.html index ebe76c4d..a963cbe6 100644 --- a/chrono/manager/templates/chrono/manager_agenda_event_fragment.html +++ b/chrono/manager/templates/chrono/manager_agenda_event_fragment.html @@ -1,13 +1,13 @@ {% load i18n %}
  • {% if view_mode == 'settings_view' %} diff --git a/chrono/manager/templates/chrono/manager_agenda_notifications_form.html b/chrono/manager/templates/chrono/manager_agenda_notifications_form.html index bff2b70c..5ed72e88 100644 --- a/chrono/manager/templates/chrono/manager_agenda_notifications_form.html +++ b/chrono/manager/templates/chrono/manager_agenda_notifications_form.html @@ -25,9 +25,9 @@ role_field_id = $(this).attr('id') email_field_id = '#' + role_field_id + '_emails' if ($(this).val() == 'use-email-field') - $(email_field_id).parent('p').show(); + $(email_field_id).parent('p').show(); else - $(email_field_id).parent('p').hide(); + $(email_field_id).parent('p').hide(); }); $('select').trigger('change'); diff --git a/chrono/manager/templates/chrono/manager_event_check_booking_fragment.html b/chrono/manager/templates/chrono/manager_event_check_booking_fragment.html index 8505dd4c..8c32ffb2 100644 --- a/chrono/manager/templates/chrono/manager_event_check_booking_fragment.html +++ b/chrono/manager/templates/chrono/manager_event_check_booking_fragment.html @@ -12,7 +12,7 @@
    {% csrf_token %} {% if booking.presence_form.check_type.field.choices.1 %}{{ booking.presence_form.check_type }}{% endif %}