{% extends 'website/templates/base.html' %}

{% block sidebar %}
{% endblock %}

{% block current %}
    Register
{% endblock %}

{% block content %}
    <p>Registration for the conference is now open.</p>
    <a href='http://scipyindia2014.doattend.com'><img src='http://doattend.com/assets/btnw-reg-now.png'/></a>
{% endblock %}