diff options
Diffstat (limited to 'view/tpl/field_textarea.tpl')
-rwxr-xr-x | view/tpl/field_textarea.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/field_textarea.tpl b/view/tpl/field_textarea.tpl index 5d71999d4..98be8f138 100755 --- a/view/tpl/field_textarea.tpl +++ b/view/tpl/field_textarea.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - <div class='field textarea'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <textarea name='{{$field.0}}' id='id_{{$field.0}}'>{{$field.2}}</textarea> |