diff --git a/sigi/templates/index.html b/sigi/templates/index.html index c17bdcc..a587932 100644 --- a/sigi/templates/index.html +++ b/sigi/templates/index.html @@ -1,5 +1,43 @@ {% extends "admin/index.html" %} +{% load i18n %} {% block title %}Dashboard | SIGI{% endblock %} {% block content_title %}

Dashboard

{% endblock %} + +{% block sidebar %} + +{% endblock %}