Merge pull request #33 from fabrixxm/master

missing template field_openid
This commit is contained in:
fabrixxm 2011-10-17 23:56:02 -07:00
commit a19b33651e
1 changed files with 6 additions and 0 deletions

6
view/field_openid.tpl Normal file
View File

@ -0,0 +1,6 @@
<div class='field input openid'>
<label for='id_$field.0'>$field.1</label>
<input name='$field.0' id='id_$field.0' value="$field.2">
<span class='field_help'>$field.3</span>
</div>