From 31e8197c791828452b9adc2e124167bfcf61f01a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 14 Jan 2024 17:23:50 +0000 Subject: [PATCH] Link from conference list to trip pages --- templates/conference_list.html | 9 ++++++--- templates/trip_list.html | 4 ++-- web_view.py | 11 +++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/templates/conference_list.html b/templates/conference_list.html index 3465f01..93d8a17 100644 --- a/templates/conference_list.html +++ b/templates/conference_list.html @@ -1,9 +1,9 @@ {% extends "base.html" %} -{% from "macros.html" import conference_row with context %} +{% from "macros.html" import trip_link, conference_row with context %} {% block style %} -{% set column_count = 6 %} +{% set column_count = 7 %}