mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-24 14:53:51 +00:00
7 lines
91 B
HTML
7 lines
91 B
HTML
{% extends "admin/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{{ object }}
|
|
|
|
{% endblock content %}
|