diff options
author | Komal Sheth | 2016-10-07 14:58:23 +0530 |
---|---|---|
committer | GitHub | 2016-10-07 14:58:23 +0530 |
commit | c457916af0aae468556d7bfa004969e9220865a3 (patch) | |
tree | d794f4f789f4c51cd3c6c38285224dbf1bb25a1c /website/templates/base.html | |
parent | 71c8ed9f9548f3cc8531c436a10d1af44ca19774 (diff) | |
parent | 3362ec320c62c7053f1c14dff30e01fcbd52ee34 (diff) | |
download | SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.tar.gz SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.tar.bz2 SciPy2016-c457916af0aae468556d7bfa004969e9220865a3.zip |
Merge pull request #28 from FOSSEE/Home_page
Redirection issues on accounts/login resolved
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.
|