diff options
author | komalsheth286 | 2016-10-07 14:57:05 +0530 |
---|---|---|
committer | komalsheth286 | 2016-10-07 14:57:05 +0530 |
commit | 3362ec320c62c7053f1c14dff30e01fcbd52ee34 (patch) | |
tree | d794f4f789f4c51cd3c6c38285224dbf1bb25a1c /website/templates/base.html | |
parent | bbb0a6ed3f8b7384ba2ca2ccfef254d53e8f4a88 (diff) | |
download | SciPy2016-3362ec320c62c7053f1c14dff30e01fcbd52ee34.tar.gz SciPy2016-3362ec320c62c7053f1c14dff30e01fcbd52ee34.tar.bz2 SciPy2016-3362ec320c62c7053f1c14dff30e01fcbd52ee34.zip |
Redirection issues on accounts/login
Diffstat (limited to 'website/templates/base.html')
-rwxr-xr-x | website/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index e196699..35f237b 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -169,7 +169,7 @@ <td bgcolor ="#9bb2e1">
<h9 style="color:white;">Accomodation</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹500</h2>
- <h9 style="color:white;"><a href="#"> Add On </a></h9>
+ <h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
</td>
<td>
Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 2 days, i.e, 10-11 and 11-12 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket.
@@ -179,7 +179,7 @@ <td bgcolor= "#8cc9f0">
<h9 style="color:white;">T-Shirt</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹350</h2>
- <h9 style="color:white;"><a href="#"> Add On </a></h9>
+ <h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
</td>
<td>
Change of size, exchange at the venue is not available. This is a non-refundable ticket.
|