diff --git a/tailbone/views/vendors/core.py b/tailbone/views/vendors/core.py index f555ba5e..7f9c064e 100644 --- a/tailbone/views/vendors/core.py +++ b/tailbone/views/vendors/core.py @@ -41,6 +41,7 @@ class VendorsView(MasterView): """ model_class = model.Vendor has_versions = True + touchable = True labels = { 'id': "ID",