diff options
Diffstat (limited to 'certificate/templates/download.html')
-rw-r--r-- | certificate/templates/download.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/certificate/templates/download.html b/certificate/templates/download.html new file mode 100644 index 0000000..3a2fdd1 --- /dev/null +++ b/certificate/templates/download.html @@ -0,0 +1,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> |