From ba2d3829c72032b1827cab1ac46935bc1ba4af7f Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 4 Dec 2014 15:44:53 +0530 Subject: minor change --- certificate/templates/download.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/certificate/templates/download.html b/certificate/templates/download.html index 232a9f5..d41d537 100644 --- a/certificate/templates/download.html +++ b/certificate/templates/download.html @@ -64,15 +64,11 @@ email = "{{ workshops.0.email }}" } $('#email').val(email); - }); - - {% endblock %} -- cgit