summaryrefslogtreecommitdiff
path: root/gstudio/templates/admin/gstudio/widgets/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/admin/gstudio/widgets/base.html')
-rw-r--r--gstudio/templates/admin/gstudio/widgets/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/gstudio/templates/admin/gstudio/widgets/base.html b/gstudio/templates/admin/gstudio/widgets/base.html
new file mode 100644
index 0000000..d0790cd
--- /dev/null
+++ b/gstudio/templates/admin/gstudio/widgets/base.html
@@ -0,0 +1,6 @@
+<div id="{% block module_id %}{% endblock %}" class="module">
+ <table summary="{% block summary %}{% endblock %}">
+ <caption>{% block title %}{% endblock %}</caption>
+ {% block content %}{% endblock %}
+ </table>
+</div>