Work on getting forms to go. Not yet complete.

This commit is contained in:
Simon Brooke 2018-06-19 08:23:30 +01:00
parent 6f09c0841c
commit 284509fa7b
40 changed files with 866 additions and 684 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
<!-- File list-dwellings-Dwellings.html generated 2018-06-15T08:47:04.329Z by adl.to-selmer-templates.
<!-- File list-dwellings-Dwellings.html generated 2018-06-18T10:08:09.815Z by adl.to-selmer-templates.
See [Application Description Language](https://github.com/simon-brooke/adl).-->
{% block head %}
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
@ -45,7 +45,7 @@ sub-address
<input id='id' type='text' name='id' value='{{ params.id }}'/>
</th>
<th>
<input id='address_id' type='text' name='address_id' value='{{ params.address_id }}'/>
<input id='address_id_expanded' type='text' name='address_id_expanded' value='{{ params.address_id_expanded }}'/>
</th>
<th>
<input id='sub-address' type='text' name='sub-address' value='{{ params.sub-address }}'/>
@ -62,13 +62,15 @@ sub-address
{{ record.id }}
</td>
<td>
{{ record.address_id }}
<a href='form-addresses-Address?id={{ record.address_id }}'>
{{ record.address_id_expanded }}
</a>
</td>
<td>
{{ record.sub-address }}
</td>
<td>
<a href='form-dwellings-Dwelling?id={{ record.id}}'>
<a href='form-dwellings-Dwelling?id={{ record.id }}'>
View
</a>
</td>