|
|
@ -52,9 +52,9 @@ def exhibition_type(ex_type): |
|
|
|
ex_type = "UTA" |
|
|
|
elif ex_type == "ethics-studio": |
|
|
|
ex_type = "ES" |
|
|
|
elif ex_type == "starts4waterii": |
|
|
|
elif ex_type == "undercurrent-as-below-so-above": |
|
|
|
ex_type = "S4W2" |
|
|
|
elif ex_type == "imma-living-canvas-x-beta": |
|
|
|
elif ex_type == "beta-x-living-canvas-at-irish-museum-of-modern-art-imma": |
|
|
|
ex_type = "IMMA" |
|
|
|
|
|
|
|
exhibitions = get_all_content('exhibition') |
|
|
|