Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 04ef8a50f751c7844c5119eaa164af575249cc5b

  • avatar
  • Sebastian Silva <sebastian @somos…car.org>
  • Thu Apr 25 12:34:40 EDT 2013
point to pilot layer for new projects
  
844844def update_context():
845845 context = g.client.Context(request.form['edit_guid'])
846846 context['title'] = request.form['title']
847 context['layer'] = ['public', 'peruvian-pilot']
847 context['layer'] = ['public', 'pilot']
848848 context['summary'] = request.form['summary']
849849 context['description'] = request.form['content']
850850 if context['title'] and context['description'] and context['summary']:
859859 context = g.client.Context()
860860 context['type'] = ['project']
861861 context['title'] = request.form['title']
862 context['layer'] = ['public', 'peruvian-pilot']
862 context['layer'] = ['public', 'pilot']
863863 context['summary'] = request.form['summary']
864864 context['description'] = request.form['content']
865865 if context['title'] and context['description'] and context['summary']: