summaryrefslogtreecommitdiff
path: root/src/client/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/model')
-rw-r--r--src/client/model/types.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/model/types.js b/src/client/model/types.js
index dc8b8ace..a30777e7 100644
--- a/src/client/model/types.js
+++ b/src/client/model/types.js
@@ -28,7 +28,11 @@ var nodetypes,
'person': {
'title': 'Person',
'attributes': ['description', 'url'],
- }
+ },
+ 'club': {
+ 'title': 'Club',
+ 'attributes': ['description', 'url'],
+ }
},
all_attributes,
attribute_titles = {