blob: c5e8e4d58b0b2ffc2cce4d4b9a4acc5e346b98c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends 'page.html'%}
{% block breadcrumbs %}
<li><a href="{% url 'website:invited-speakers'%}">Invited Speakers</a></li>
<li><a href="{% url 'website:list-abstracts'%}">List of Abstracts</a></li>
{% endblock %}
{% block content %}
Oops, Sorry ! You are not allowed to view this page.
{% endblock %}
|