diff options
author | prathamesh | 2014-12-03 10:54:09 +0530 |
---|---|---|
committer | prathamesh | 2014-12-03 10:54:09 +0530 |
commit | f7b2912723053a46023712c9dd8bc7307d6cf9fa (patch) | |
tree | 78dbda46283d893ddc4ef99627d2eb2abf7791ab /certificate/templates/download.html | |
parent | 3352bff4d70cac5884d87c20e300131243cc1305 (diff) | |
download | certificate-generator-f7b2912723053a46023712c9dd8bc7307d6cf9fa.tar.gz certificate-generator-f7b2912723053a46023712c9dd8bc7307d6cf9fa.tar.bz2 certificate-generator-f7b2912723053a46023712c9dd8bc7307d6cf9fa.zip |
Participation certificate generation
Diffstat (limited to 'certificate/templates/download.html')
-rw-r--r-- | certificate/templates/download.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/certificate/templates/download.html b/certificate/templates/download.html index 3a2fdd1..bb34fb8 100644 --- a/certificate/templates/download.html +++ b/certificate/templates/download.html @@ -4,9 +4,12 @@ {% csrf_token %} {{error}} - {{err}} <center><table class=span1> - Email: <input type=text name=email> + Email: <input type=text name=email> + <br> + <input type="radio" name="type" value="P">Participant + <input type="radio" name="type" value="A">Paper + <input type="radio" name="type" value="W">Workshop </table></center> <center><button class="btn" type="submit">Submit</button></center> </form> |