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