diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/moderator_dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/moderator_dashboard.html b/yaksh/templates/yaksh/moderator_dashboard.html index ff4bcf1..b36bc2d 100644 --- a/yaksh/templates/yaksh/moderator_dashboard.html +++ b/yaksh/templates/yaksh/moderator_dashboard.html @@ -33,12 +33,12 @@ {% endif %} </center> {% with objects as courses %} + <br> {% if not courses %} <div class="alert alert-secondary"> No Courses found. Add a new course or Create demo course </div> {% else %} - <br> {% include "yaksh/paginator.html" %} <br> <div id="accordion"> |