changed: add_member.html
This commit is contained in:
parent
f198c7e24c
commit
411b9237c9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
{foreach from=$required_fields item=field}
|
||||
{*pr($field, true)*}
|
||||
|
||||
{$field.class = 'form-control'}
|
||||
<div class="form-group">
|
||||
<label for="{$field.id}">{$field.title}</label>
|
||||
{if $field.hint_1}{$field.hint_1}<br>{/if}{ANCHOR place=$field.anchor_before}{$formObj->createField($field)}{ANCHOR place=$field.anchor_after}{if $field.hint_2}{$field.hint_2}{/if}
|
||||
|
|
Loading…
Add table
Reference in a new issue