summaryrefslogtreecommitdiff
path: root/gstudio/templates/admin/gstudio/widgets/content_stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/admin/gstudio/widgets/content_stats.html')
-rw-r--r--gstudio/templates/admin/gstudio/widgets/content_stats.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/gstudio/templates/admin/gstudio/widgets/content_stats.html b/gstudio/templates/admin/gstudio/widgets/content_stats.html
new file mode 100644
index 00000000..6817b0b8
--- /dev/null
+++ b/gstudio/templates/admin/gstudio/widgets/content_stats.html
@@ -0,0 +1,12 @@
+{% extends "admin/gstudio/widgets/base.html" %}
+{% load i18n gstudio_admin_tags %}
+
+{% block module_id %}contents{% endblock %}
+
+{% block summary %}{% trans "Today" %}{% endblock %}
+{% block title %}{% trans "Today" %}{% endblock %}
+
+{% block content %}
+ {% get_content_stats %}
+{% endblock %}
+