avancé de dev
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends 'admin/change_form.html' %}
|
||||
{% block content %}{{ block.super }}
|
||||
|
||||
{% for template, field, position in adminform.model_admin.baton_form_includes %}
|
||||
<template id="template-{{ field }}" data-position="{{ position }}">
|
||||
<div id='template-{{ field }}-container' class="baton-form-include baton-form-include-{{ position }}">
|
||||
{% include template %}
|
||||
</div>
|
||||
</template>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user