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

        {% csrf_token %}
        {{error}}
        {{err}}
        <center><table class=span1>
        Email: <input type=text name=email> 
        </table></center>
        <center><button class="btn" type="submit">Submit</button></center>
    </form>
    </body>
<html>