From 5ac155781797728cc8bc4c09b35f4074d3254ec1 Mon Sep 17 00:00:00 2001 From: Pauliina Ilmanen Date: Tue, 18 Feb 2025 10:42:23 +0200 Subject: [PATCH] Hide people_capacity_upper from the Respa admin Hide the `people_capacity_upper` field from the Respa admin's resource form for now. TTVA-217 --- respa_admin/templates/respa_admin/resources/form/_booking.html | 1 - 1 file changed, 1 deletion(-) diff --git a/respa_admin/templates/respa_admin/resources/form/_booking.html b/respa_admin/templates/respa_admin/resources/form/_booking.html index 8bf869fb7..336f7ef2f 100644 --- a/respa_admin/templates/respa_admin/resources/form/_booking.html +++ b/respa_admin/templates/respa_admin/resources/form/_booking.html @@ -7,7 +7,6 @@

{% trans "Booking information" %}

{% include "respa_admin/forms/_input.html" with field=form.people_capacity_lower %} - {% include "respa_admin/forms/_input.html" with field=form.people_capacity_upper %} {% include "respa_admin/forms/_input.html" with field=form.area %}