Minor fix to ADL - wrong capitalisation

Plus regenerated files.
This commit is contained in:
Simon Brooke 2018-07-15 12:42:32 +01:00
parent 5356f65ca3
commit b65223198c
45 changed files with 155 additions and 199 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
<!-- File list-addresses-Addresses.html generated 2018-07-10T15:25:24.208Z by adl.to-selmer-templates.
<!-- File list-addresses-Addresses.html generated 2018-07-15T11:36:36.883Z by adl.to-selmer-templates.
See [Application Description Language](https://github.com/simon-brooke/adl).-->
@ -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. }}
{{ record.address }}
</td>
<td>
{{ record. }}
{{ record.postcode }}
</td>
<td>
{{ record.phone }}