Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/model/__init__.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-04-28 01:28:15 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-04-28 01:28:15 (GMT)
commit0438dbe5fba595a11a77c5a311512e48cb9cad33 (patch)
treea2c1d5ad0745497cf1aa1b35aebf52b172d9cbac /sugar_network/model/__init__.py
parent2dbc9b554f322ea23b224d923d9a6475e33ad6e9 (diff)
Fix starting node
Diffstat (limited to 'sugar_network/model/__init__.py')
-rw-r--r--sugar_network/model/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sugar_network/model/__init__.py b/sugar_network/model/__init__.py
index 6a314f5..d979772 100644
--- a/sugar_network/model/__init__.py
+++ b/sugar_network/model/__init__.py
@@ -34,8 +34,9 @@ POST_TYPES = [
'review', # Review the Context
'object', # Object generated by Context application
'question', # Q&A request
- 'answer', # Q&A response
- 'issue', # Propblem with the Context
+ 'problem', # Problem with the Context
+ 'idea', # An idea fr the Context
+ 'solution', # Solution for question|problem|idea
'announce', # General announcement
'notification', # Auto-generated Post for updates within the Context
'feedback', # Review parent Post