mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-22 05:51:57 +00:00
Stub out templates for #9
This commit is contained in:
parent
7ca17936f1
commit
6d59986241
5 changed files with 35 additions and 0 deletions
7
djadmin2/templates/admin2/bootstrap/model_add_form.html
Normal file
7
djadmin2/templates/admin2/bootstrap/model_add_form.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
TODO
|
||||
|
||||
{% endblock content %}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
TODO
|
||||
|
||||
{% endblock content %}
|
||||
7
djadmin2/templates/admin2/bootstrap/model_detail.html
Normal file
7
djadmin2/templates/admin2/bootstrap/model_detail.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
TODO
|
||||
|
||||
{% endblock content %}
|
||||
7
djadmin2/templates/admin2/bootstrap/model_edit_form.html
Normal file
7
djadmin2/templates/admin2/bootstrap/model_edit_form.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
TODO
|
||||
|
||||
{% endblock content %}
|
||||
7
djadmin2/templates/admin2/bootstrap/model_list.html
Normal file
7
djadmin2/templates/admin2/bootstrap/model_list.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
TODO
|
||||
|
||||
{% endblock content %}
|
||||
Loading…
Reference in a new issue