2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 22:07:03 +00:00

tick boxes meddling

This commit is contained in:
2025-07-16 13:59:16 +02:00
parent ae6e8205a1
commit 0c97c11d82
2 changed files with 7 additions and 3 deletions

View File

@@ -256,6 +256,8 @@ def tidy_trip_image_urls(text, date):
text = text.replace(f' src="/years/{y}//years/{y}/', f' src="/years/{y}/')
text = text.replace(f" src='/years/{y}//years/{y}/", f" src='/years/{y}/")
text = text.replace(f'http://expo.survex.com/expofiles', f'/expofiles')
text = text.replace(f' src="/years/{y}//expofiles/', f' src="/expofiles/')
text = text.replace(f" src='/years/{y}//expofiles/", f" src='/expofiles/")