diff --git a/engine/core/templates/admin/index.html b/engine/core/templates/admin/index.html new file mode 100644 index 00000000..71416016 --- /dev/null +++ b/engine/core/templates/admin/index.html @@ -0,0 +1,89 @@ +{% extends 'admin/base.html' %} + +{% load i18n %} + +{% block title %} + {% if subtitle %} + {{ subtitle }} | + {% endif %} + + {{ title }} | {{ site_title|default:_('Django site admin') }} +{% endblock %} + +{% block branding %} + {% include "unfold/helpers/site_branding.html" %} +{% endblock %} + +{% block content %} +
{% trans "Not enough data for chart yet." %}
+ {% endif %} +