diff options
author | Jayaram Pai | 2013-11-14 14:35:00 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-11-14 14:35:00 +0530 |
commit | 3f3ab3d09b1c47f7aa80640af133be58c6a28968 (patch) | |
tree | cfde8a63fc3cbc89fc780c78e0a969ab63f344cd /website/templates/register_2013.html | |
parent | 7b6250c48d367747501dc54da223dacf1e12c858 (diff) | |
download | SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.tar.gz SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.tar.bz2 SciPy2013-3f3ab3d09b1c47f7aa80640af133be58c6a28968.zip |
added ticket / addon prices on registration page
Diffstat (limited to 'website/templates/register_2013.html')
-rw-r--r-- | website/templates/register_2013.html | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/website/templates/register_2013.html b/website/templates/register_2013.html index b67c439..e43430c 100644 --- a/website/templates/register_2013.html +++ b/website/templates/register_2013.html @@ -2,7 +2,38 @@ {% block content %} <div class="row"> <h3>Register</h3> -<a class="button success" href="http://scipyindia2013.doattend.com/">Register</a> +<div class="row"> + <div class="reg"> + <table> + <th>Tickets</th> + <th>Price</th> + <tr> + <td>Regular Registration</td> + <td>INR 600</td> + </tr> + <tr> + <td>Corporate Registration</td> + <td>INR 1000</td> + </tr> + </table> + </div> + + <div class="reg"> + <table> + <th>Addons</th> + <th>Price</th> + <tr> + <td>Accommodation</td> + <td>INR 740</td> + </tr> + <tr> + <td>T-Shirt</td> + <td>INR 250</td> + </tr> + </table> + </div> +</div> <!-- /row --> +<a class="button small success" href="http://scipyindia2013.doattend.com/">Register</a> <strong>for SciPy Conference 2013.</strong> <br> We regret the inconvinience caused earlier. We had some issues with the payment gateway. |