Browse Source

fixed urls

2025
Cailean Finn 10 hours ago
parent
commit
de882d968c
  1. 8
      templates/list-exhibitions.html

8
templates/list-exhibitions.html

@ -9,7 +9,7 @@
<div id="main-container">
{% if ex_type == "S4W2" %}
<div class="list-header">
STARTS4WaterII
Undercurrent: As Below, So Above
</div>
{% endif %}
{% if ex_type == "LAN" %}
@ -24,7 +24,7 @@
{% endif %}
{% if ex_type == "IMMA" %}
<div class="list-header">
IMMA Living Canvas x Beta
Beta x Living Canvas at Irish Museum of Modern Art (IMMA)
</div>
{% endif %}
@ -33,7 +33,7 @@
{% for event in content %}
{% if event.exh_type == ex_type %}
{% if ex_type == "S4W2"%}
<a href='/{{ title.lower() }}/starts4waterii/{{ event.title }}'>
<a href='/{{ title.lower() }}/undercurrent-as-below-so-above/{{ event.title }}'>
{% endif %}
{% if ex_type == "LAN"%}
<a href='/{{ title.lower() }}/local-artists-network/{{event.title}}'>
@ -42,7 +42,7 @@
<a href='/{{ title.lower() }}/ethics-studio/{{event.title}}'>
{% endif %}
{% if ex_type == "IMMA"%}
<a href='/{{ title.lower() }}/imma-living-canvas-x-beta/{{event.title}}'>
<a href='/{{ title.lower() }}/beta-x-living-canvas-at-irish-museum-of-modern-art-imma/{{event.title}}'>
{% endif %}
<div class="list">
<div class="list-image">

Loading…
Cancel
Save