summaryrefslogtreecommitdiff
path: root/certificate/templates/download.html
blob: bb34fb8f2806d77d8c1e9e750fe16c2c72fae64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
    <body>
    <form action="" method="post">

        {% csrf_token %}
        {{error}}
        <center><table class=span1>
                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>
    </body>
<html>