X-Git-Url: https://projects.mako.cc/source/rapidsms/blobdiff_plain/1e678b8dfe9cc8473d0e4b14f554db44312ef8b4..HEAD:/rapidsms.py diff --git a/rapidsms.py b/rapidsms.py index 92a441b..58960b0 100755 --- a/rapidsms.py +++ b/rapidsms.py @@ -154,17 +154,17 @@ class edit_questions: codes = list(int(q.code) for q in questionaire.questions) return(len(codes) + 1) -class test: - def GET(self): - render('test.tmpl') - - def POST(self): - render('test_sent.tmpl') - -class raw_sms_in: - def POST(self): - #TODO magic to parse sms - pass +#class test: +# def GET(self): +# render('test.tmpl', locals()) +# +# def POST(self): +# render('test_sent.tmpl', locals()) +# +#class raw_sms_in: +# def POST(self): +# #TODO magic to parse sms +# pass web.webapi.internalerror = web.debugerror