def index(self):
     c.can_edit = True
     c.social_networks = SocialNetwork.find_all()
     return render('/social_network/list.mako')
Example #2
0
 def index(self):
     c.can_edit = True
     c.social_networks = SocialNetwork.find_all()
     return render('/social_network/list.mako')