summaryrefslogtreecommitdiff
path: root/objectapp/templates/admin/objectapp/widgets/base.html
blob: d0790cdfca491d14d6c81b71c07a5c588b4b83a9 (plain)
1
2
3
4
5
6
<div id="{% block module_id %}{% endblock %}" class="module">
  <table summary="{% block summary %}{% endblock %}">
    <caption>{% block title %}{% endblock %}</caption>
    {% block content %}{% endblock %}
  </table>
</div>