summaryrefslogtreecommitdiff
path: root/certificate/templates
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/templates')
-rw-r--r--certificate/templates/download.html7
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>