From 283a9d0b27607caf0af49e918ba76ae548d920fe Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 14 Jan 2024 17:57:02 +0000 Subject: [PATCH] Link from accommodation list to trip pages Closes: #109 --- templates/accommodation.html | 9 ++++++--- templates/conference_list.html | 4 +++- web_view.py | 18 +++++++++++++++--- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/templates/accommodation.html b/templates/accommodation.html index 5d85bc4..d2df5e6 100644 --- a/templates/accommodation.html +++ b/templates/accommodation.html @@ -1,7 +1,7 @@ {% extends "base.html" %} -{% from "macros.html" import accommodation_row with context %} +{% from "macros.html" import trip_link, accommodation_row with context %} {% block style %} -{% set column_count = 7 %} +{% set column_count = 8 %}