#17: progress, not complete.

This commit is contained in:
Simon Brooke 2018-07-09 22:00:39 +01:00
parent 0026218993
commit 9c3af4c936
58 changed files with 1896 additions and 463 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
<!-- File list-followupactions-Followupactions.html generated 2018-07-07T08:09:49.971Z by adl.to-selmer-templates.
<!-- File list-followupactions-Followupactions.html generated 2018-07-09T20:55:34.544Z by adl.to-selmer-templates.
See [Application Description Language](https://github.com/simon-brooke/adl).-->
@ -28,7 +28,7 @@ Next
</div>
{% ifmemberof admin %}
<div class='big-link-container'>
<a href='form-followupactions-Followupaction' class='big-link'>
<a href='{{servlet-context}}/form-followupactions-Followupaction' class='big-link'>
Add a new Followupaction
</a>
</div>
@ -97,12 +97,12 @@ Closed
{{ record.id }}
</td>
<td>
<a href='form-followuprequests-Followuprequest?id={{ record.request_id }}'>
<a href='{{servlet-context}}/form-followuprequests-Followuprequest?id={{ record.request_id }}'>
{{ record.request_id_expanded }}
</a>
</td>
<td>
<a href='form-canvassers-Canvasser?id={{ record.actor }}'>
<a href='{{servlet-context}}/form-canvassers-Canvasser?id={{ record.actor }}'>
{{ record.actor_expanded }}
</a>
</td>
@ -116,7 +116,7 @@ Closed
{{ record.closed }}
</td>
<td>
<a href='form-followupactions-Followupaction?id={{ record.id }}'>
<a href='{{servlet-context}}/form-followupactions-Followupaction?id={{ record.id }}'>
View
</a>
</td>