summaryrefslogtreecommitdiff
path: root/certificate/views.py
diff options
context:
space:
mode:
authorprathamesh2015-07-08 23:40:34 +0530
committerprathamesh2015-07-08 23:40:34 +0530
commit3823e8355beb9c894cca4632adfa54a48cc08055 (patch)
treec57a3c9e2b47368d8dac883d56271816bc658e37 /certificate/views.py
parente12195618a33d855e8c058756e69bfc150253726 (diff)
downloadcertificate-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.py4
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)