diff options
Diffstat (limited to 'template/allotter/complete.html')
-rw-r--r-- | template/allotter/complete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/allotter/complete.html b/template/allotter/complete.html index ee482a3..9374dae 100644 --- a/template/allotter/complete.html +++ b/template/allotter/complete.html @@ -46,11 +46,11 @@ An email with the list of options has been sent {{ email }} for book-keeping pur <input type="submit" name="apply" value="Edit Options" class="btn" /> </form> +<a href="{{ STATIC_URL }}files/iiitb_voucher.pdf" class="btn pull-right" >Download pdf</a> <form id ="get_pdf" action="/allotter/{{username}}/get_pdf/" method="post"> {% csrf_token %} <input type="submit" name="get_pdf" value="Generate PDF" class="btn" /> </form> - <form id="logout" action="/allotter/logout/" method="post"> {% csrf_token %} <input type="submit" name="logout" value="Quit Allotment" class="btn" /> |