Change 'workshop' tag to 'lab'

This commit is contained in:
Marta Sienkiewicz 2026-01-18 12:16:15 +01:00
parent ea3cdc8770
commit 32516d4b74

View file

@ -41,7 +41,7 @@ class DiscourseDatabase():
def get_place(self, topic):
"""Get place of a topic"""
places = ["cow-work", "garage", "workshop"]
places = ["cow-work", "garage", "lab"]
for place in places:
if place in topic["tags"]:
return f'<a href="https://kb.hs3.pl/tag/{place}">{place}</a>'