Add probably_alive to person view/editor
svn: r20076
This commit is contained in:
parent
6ebcc8624e
commit
3593c775e6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user