blob: 8638f8c6a82151c237069b434f3e0487110b387f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{% extends 'website/templates/base.html' %}
{% block sidebar %}
{% endblock %}
{% block current %}
Register
{% endblock %}
{% block content %}
<div>
<h4>
We will soon start registration for the conference. Stay tuned with us !!
</h4>
</div>
{% endblock %}
|