From e88fe4d66f9f0c5fa4f58e4ea2dbd3f664052188 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Wed, 8 Oct 2025 22:16:19 +0100 Subject: [PATCH] updated order of exh, and fixed naming convention for kat austen piece --- .gitignore | 4 +++- app.py | 4 ++-- templates/article.html | 4 ++-- templates/list-exhibitions.html | 6 ++++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 84ac1f2..53c6624 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .env /node_modules/ package-lock.json -beta-favicon.psd \ No newline at end of file +beta-favicon.psd +public/images/locations.zip +public/images/support.zip diff --git a/app.py b/app.py index 439e5f8..7746cd5 100644 --- a/app.py +++ b/app.py @@ -39,8 +39,8 @@ def events(): @app.route('/exhibitions') def exhibitions(): - exhibition_info = contentful_service.get_exhibition_list_info() - #print(exhibition_info) + exhibition_info = contentful_service.get_exhibition_list_info()[::-1] + print(exhibition_info) return render_template('list.html', title='Exhibitions', exhibition_info=exhibition_info) @app.route('/exhibitions/') diff --git a/templates/article.html b/templates/article.html index 0a29f83..5bbfc71 100644 --- a/templates/article.html +++ b/templates/article.html @@ -10,8 +10,8 @@
- {% if article.title == 'This Is How I Roll' %} -
This Is How 👁️ Roll
+ {% if article.title == 'Not Breaking This Wave Drowns Hate' %} +
~~ Not Breaking ~~ ~~ This Wave Drowns Hate ~~
{% else %}
{{ article.title }}
{% endif %} diff --git a/templates/list-exhibitions.html b/templates/list-exhibitions.html index 823ae5b..5ac5fa1 100644 --- a/templates/list-exhibitions.html +++ b/templates/list-exhibitions.html @@ -49,8 +49,8 @@ {{event.title}}
- {% if event.title == 'This Is How I Roll' %} -
This Is How 👁️ Roll
+ {% if event.title == 'Not Breaking This Wave Drowns Hate' %} +
~~ Not Breaking ~~ ~~ This Wave Drowns Hate ~~
{% else %}
{{ event.title }}
{% endif %} @@ -65,6 +65,8 @@
● {{ event.times | join(', ')}}
{% endif %}
● {{ event.location[0] }}
+ +