Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui
diff options
context:
space:
mode:
authorSebastian Silva (icarito) <sebastian@sugarlabs.org>2012-11-22 19:19:49 (GMT)
committer Sebastian Silva (icarito) <sebastian@sugarlabs.org>2012-11-22 19:19:49 (GMT)
commitbf23399b93a90715103cc0b7a75ab16626776a32 (patch)
tree196113dc5fa498344f6362b81e1904e77abc9601 /sugar_network_webui
parent059dc2eeb9ff6d36c36978b0ec7d731caff1ad28 (diff)
add peruvian layer
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']: