Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network_webui')
-rw-r--r--sugar_network_webui/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar_network_webui/app.py b/sugar_network_webui/app.py
index 1bb40e2..d1d8040 100644
--- a/sugar_network_webui/app.py
+++ b/sugar_network_webui/app.py
@@ -950,6 +950,7 @@ def new_resource():
def update_context():
context = g.client.Context(request.form['edit_guid'])
context['title'] = request.form['title']
+ context['layer'] = ['public', 'peruvian-pilot']
context['summary'] = request.form['summary']
context['description'] = request.form['content']
if context['title'] and context['description'] and context['summary']: