diff options
Diffstat (limited to 'website/templates')
-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. |