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-teams-Teams.html generated 2018-06-15T08:47:04.292Z by adl.to-selmer-templates.
<!-- File list-teams-Teams.html generated 2018-06-18T10:08:09.740Z 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'/>
@ -54,7 +54,7 @@ longitude
<input id='name' type='text' name='name' value='{{ params.name }}'/>
</th>
<th>
<input id='district_id' type='text' name='district_id' value='{{ params.district_id }}'/>
<input id='district_id_expanded' type='text' name='district_id_expanded' value='{{ params.district_id_expanded }}'/>
</th>
<th>
<input id='latitude' type='number' name='latitude' value='{{ params.latitude }}'/>
@ -77,7 +77,9 @@ longitude
{{ record.name }}
</td>
<td>
{{ record.district_id }}
<a href='form-districts-District?id={{ record.district_id }}'>
{{ record.district_id_expanded }}
</a>
</td>
<td>
{{ record.latitude }}
@ -86,7 +88,7 @@ longitude
{{ record.longitude }}
</td>
<td>
<a href='form-teams-Team?id={{ record.id}}'>
<a href='form-teams-Team?id={{ record.id }}'>
View
</a>
</td>