summaryrefslogtreecommitdiff
path: root/src/client/model
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-07 22:12:04 +0200
committerAlon Levy <alon@pobox.com>2015-03-07 22:12:04 +0200
commite4fa918727d6583152e5b91df8873b53079f3c33 (patch)
treeaf4ed5ba5b0c4640f66625de03f5c7878ad28753 /src/client/model
parent51343360bad92228851c89454b077370e7499fbe (diff)
client: add missing club type from model/types
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 = {