Tactical commit; much progress but not ready for release.
This commit is contained in:
parent
fc2bd86cff
commit
0026218993
61 changed files with 2920 additions and 1031 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File list-addresses-Addresses.html generated 2018-07-05T10:14:18.471Z by adl.to-selmer-templates.
|
||||
<!-- File list-addresses-Addresses.html generated 2018-07-07T08:09:49.953Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
|
||||
|
||||
|
|
@ -45,25 +45,25 @@ Add a new Address
|
|||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
id
|
||||
Id
|
||||
</th>
|
||||
<th>
|
||||
address
|
||||
Address
|
||||
</th>
|
||||
<th>
|
||||
postcode
|
||||
Postcode
|
||||
</th>
|
||||
<th>
|
||||
phone
|
||||
Phone
|
||||
</th>
|
||||
<th>
|
||||
district_id
|
||||
District_id
|
||||
</th>
|
||||
<th>
|
||||
latitude
|
||||
Latitude
|
||||
</th>
|
||||
<th>
|
||||
longitude
|
||||
Longitude
|
||||
</th>
|
||||
<th>
|
||||
|
||||
|
|
@ -74,10 +74,10 @@ longitude
|
|||
<input id='id' type='text' name='id' value='{{ params.id }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input id='address' type='text' name='address' value='{{ params.address }}'/>
|
||||
<input id='Address' type='text' name='Address' value='{{ params.Address }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input id='postcode' type='text' name='postcode' value='{{ params.postcode }}'/>
|
||||
<input id='Postcode' type='text' name='Postcode' value='{{ params.Postcode }}'/>
|
||||
</th>
|
||||
<th>
|
||||
<input id='phone' type='text' name='phone' value='{{ params.phone }}'/>
|
||||
|
|
@ -103,10 +103,10 @@ longitude
|
|||
{{ record.id }}
|
||||
</td>
|
||||
<td>
|
||||
{{ record.address }}
|
||||
{{ record. }}
|
||||
</td>
|
||||
<td>
|
||||
{{ record.postcode }}
|
||||
{{ record. }}
|
||||
</td>
|
||||
<td>
|
||||
{{ record.phone }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue