summaryrefslogtreecommitdiff
path: root/gstudio/templates/admin/gstudio/widgets/recent_comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/admin/gstudio/widgets/recent_comments.html')
-rw-r--r--gstudio/templates/admin/gstudio/widgets/recent_comments.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/gstudio/templates/admin/gstudio/widgets/recent_comments.html b/gstudio/templates/admin/gstudio/widgets/recent_comments.html
new file mode 100644
index 0000000..5f42a27
--- /dev/null
+++ b/gstudio/templates/admin/gstudio/widgets/recent_comments.html
@@ -0,0 +1,12 @@
+{% extends "admin/gstudio/widgets/base.html" %}
+{% load i18n gstudio_tags %}
+
+{% block module_id %}comments{% endblock %}
+
+{% block summary %}{% trans "Recent comments" %}{% endblock %}
+{% block title %}{% trans "Recent comments" %}{% endblock %}
+
+{% block content %}
+ {% get_recent_comments 3 "admin/gstudio/widgets/_recent_comments.html" %}
+{% endblock %}
+