From 8181dfbe3b25a9493ece75a095d6ba8cd0f6a119 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 20 May 2024 18:33:53 +0200 Subject: [PATCH] Remove unused code from trip list HTML --- templates/trip/list.html | 97 ++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 63 deletions(-) diff --git a/templates/trip/list.html b/templates/trip/list.html index a0f3f48..b08a3cb 100644 --- a/templates/trip/list.html +++ b/templates/trip/list.html @@ -8,71 +8,42 @@ -{% set conference_column_count = 8 %} -{% set accommodation_column_count = 8 %} -{% set travel_column_count = 10 %} {% endblock %}