diff options
author | prathamesh | 2015-07-08 23:40:34 +0530 |
---|---|---|
committer | prathamesh | 2015-07-08 23:40:34 +0530 |
commit | 3823e8355beb9c894cca4632adfa54a48cc08055 (patch) | |
tree | c57a3c9e2b47368d8dac883d56271816bc658e37 /certificate/views.py | |
parent | e12195618a33d855e8c058756e69bfc150253726 (diff) | |
download | certificate-generator-3823e8355beb9c894cca4632adfa54a48cc08055.tar.gz certificate-generator-3823e8355beb9c894cca4632adfa54a48cc08055.tar.bz2 certificate-generator-3823e8355beb9c894cca4632adfa54a48cc08055.zip |
Changes to the arduino certificate as per requirements
Diffstat (limited to 'certificate/views.py')
-rw-r--r-- | certificate/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/certificate/views.py b/certificate/views.py index 3d18667..e2864fb 100644 --- a/certificate/views.py +++ b/certificate/views.py @@ -876,6 +876,10 @@ def create_dwsim_certificate(certificate_path, name, qrcode, type, paper, worksh return [None, error] +def arduino_google_feedback(request): + return render_to_response('arduino_google_feedback.html') + + def arduino_feedback(request): context = {} ci = RequestContext(request) |