%= render :partial => "person/nav" %>
| Name | <%= text_field 'location', 'name' %> |
| Strasse | <%= text_field 'location', 'street' %> |
| Hausnummer | <%= text_field 'location', 'streetnr' %> |
| Kommentar | <%= text_field 'location', 'comment' %> |
| Administrator | |
| Gallery | <%= text_field 'location', 'gallery_link' %> |