Tactical commit; much progress but not ready for release.

This commit is contained in:
Simon Brooke 2018-07-07 10:21:09 +01:00
parent fc2bd86cff
commit 0026218993
61 changed files with 2920 additions and 1031 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
<!-- File list-intentions-Intentions.html generated 2018-07-05T10:14:18.487Z by adl.to-selmer-templates.
<!-- File list-intentions-Intentions.html generated 2018-07-07T08:09:49.975Z by adl.to-selmer-templates.
See [Application Description Language](https://github.com/simon-brooke/adl).-->
@ -45,16 +45,16 @@ Add a new Intention
<thead>
<tr>
<th>
visit_id
Visit_id
</th>
<th>
elector_id
Elector_id
</th>
<th>
option_id
Option_id
</th>
<th>
locality
Locality
</th>
<th>
&nbsp;
@ -100,7 +100,7 @@ locality
{{ record.locality }}
</td>
<td>
<a href='form-intentions-Intention?Id={{ record.Id }}'>
<a href='form-intentions-Intention?id={{ record.id }}'>
View
</a>
</td>