email notifications not working - unable to change notification settings

This commit is contained in:
Friendika 2011-07-12 05:09:07 -07:00
parent 55bbe2108a
commit 706b6e8c84
3 changed files with 16 additions and 15 deletions

View file

@ -0,0 +1,6 @@
<div class='field checkbox'>
<label for='id_$field.0'>$field.1</label>
<input type="checkbox" name='$field.0' id='id_$field.0' value="$field.3" {{ if $field.2 }}checked="true"{{ endif }}>
<span class='field_help'>$field.4</span>
</div>