diff --git a/app/templates/home.html b/app/templates/home.html index b1416af..d5100ec 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -1 +1,88 @@ -{% load static i18n %} \ No newline at end of file +{% extends 'base.html' %} + +{% load static i18n django_bootstrap_breadcrumbs permission_tags %} + +{% block breadcrumbs %} + + {% clear_breadcrumbs %} + {% breadcrumb 'Home' 'app:index' %} + +{% endblock %} + +{% block render_breadcrumbs %} + {% render_breadcrumbs %} +{% endblock %} + +{% block sidebar %} +
{{ course }}
+{% trans "You didn't create any course yet." %}
+ {% endif %} +{% endblock %} + +{% block rightbar %} +{% trans 'No pending tasks at the moment.' %}
+