Add probably_alive to person view/editor

svn: r20076
This commit is contained in:
Doug Blank 2012-07-25 05:16:37 +00:00
parent 6ebcc8624e
commit 3593c775e6

View File

@ -73,6 +73,8 @@
<tr> <tr>
<td class="ColumnAttribute">{{personform.private.label}}:</td> <td class="ColumnAttribute">{{personform.private.label}}:</td>
<td class="ColumnValue" id="data">{% render personform.private user action %}</td> <td class="ColumnValue" id="data">{% render personform.private user action %}</td>
<td class="ColumnAttribute">{{personform.probably_alive.label}}:</td>
<td class="ColumnValue" id="data">{% render personform.probably_alive user action %}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>