diff options
Diffstat (limited to 'static/website/templates/papers.html')
-rw-r--r-- | static/website/templates/papers.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/website/templates/papers.html b/static/website/templates/papers.html new file mode 100644 index 0000000..b9dc702 --- /dev/null +++ b/static/website/templates/papers.html @@ -0,0 +1,15 @@ +{% extends 'website/templates/base.html' %} + +{% block sidebar %} +{% endblock %} + +{% block current %} +Call for Papers +{% endblock %} + +{% block content %} +<h3>Call for Papers</h3> +<p> +We are yet to open the call for papers for the conference ! +</p> +{% endblock %} |