diff options
Diffstat (limited to 'view/tpl/field_password.tpl')
-rwxr-xr-x | view/tpl/field_password.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/field_password.tpl b/view/tpl/field_password.tpl index 5889d2e9c..23058f8a6 100755 --- a/view/tpl/field_password.tpl +++ b/view/tpl/field_password.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - <div class='field password'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> |