diff --git a/tailbone/views/people.py b/tailbone/views/people.py index 39f4e13d..8e630e3d 100644 --- a/tailbone/views/people.py +++ b/tailbone/views/people.py @@ -47,6 +47,7 @@ class PeopleView(MasterView): model_class = model.Person model_title_plural = "People" route_prefix = 'people' + touchable = True has_versions = True supports_mobile = True manage_notes_from_profile_view = False