summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aloha/settings.py3
-rw-r--r--aloha/template/allotter/complete.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/aloha/settings.py b/aloha/settings.py
index bbbd811..a1052d9 100644
--- a/aloha/settings.py
+++ b/aloha/settings.py
@@ -181,3 +181,6 @@ EMAIL_USE_TLS = False
AUTH_PROFILE_MODULE = "allotter.Profile"
LOGIN_URL = '/allotter/login'
+
+APPLICATION_PDF = "application.pdf"
+
diff --git a/aloha/template/allotter/complete.html b/aloha/template/allotter/complete.html
index 0bc1b6e..34939f4 100644
--- a/aloha/template/allotter/complete.html
+++ b/aloha/template/allotter/complete.html
@@ -65,7 +65,7 @@ will be deleted.</i></p>
</form>
<p>Click on the button <b>Download Application PDF</b> to download a PDF of the application form.</p>
-<a href="{{ STATIC_URL }}files/iiitb_voucher.pdf" class="btn" >Download Application PDF</a>
+<a href="{{ STATIC_URL }}files/{{ APPLICATION_PDF }}" class="btn" >Download Application PDF</a>
<br/> <br/>