From: Andrey Kutejko Date: Mon, 17 Oct 2011 13:07:41 +0000 (+0200) Subject: admin site: add form block to change template X-Git-Tag: 0.5~330 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b2f8679b52a35b808e31f10729b90f017c04b94d;p=ipf.git admin site: add form block to change template --- diff --git a/ipf/admin/templates/admin/change.html b/ipf/admin/templates/admin/change.html index 25cb927..1892077 100644 --- a/ipf/admin/templates/admin/change.html +++ b/ipf/admin/templates/admin/change.html @@ -26,7 +26,9 @@ $(document).ready(function(){

Please correct the error below.

{/if}
- {$form.render_admin()} + {block form} + {$form.render_admin()} + {/block}
{if $inlineInstances} {foreach $inlineInstances as $inline}