12955-add-terms-link-footer #11

Merged
mravi merged 12 commits from 12955-add-terms-link-footer into master 2024-07-19 14:43:54 +00:00
Showing only changes of commit 99eb7c39fe - Show all commits

View file

@ -83,7 +83,7 @@ def menuitems_children(parent, context=None):
elif 'mitglied werden' in menuitem.title.lower() and remove_mitglied:
items_to_remove.append(menuitem)
menuitem.title = menuitem.trans_title
except AttributeError:
except AttributeError as ae:
print("Menuitem %s has an issue :: %s" % (menuitem.title, str(ae)))
pass
for item in items_to_remove: