diff options
Diffstat (limited to 'templates/qm.html')
-rw-r--r-- | templates/qm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/qm.html b/templates/qm.html index 0a36098..44aa6dc 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -70,9 +70,9 @@ Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm. <h3>Completion</h3> {% if qm.ticked %} Ticked off log entry: <a href="{{qm.ticked_off_by.get_absolute_url}}">{{qm.ticked_off_by}}</a><br /> -Ticked off Description Page: <a href="/{{qm.get_completion_url}}">{{qm.get_completion_url}}</a> <br /> +Ticked off date: <a href="/{{qm.get_completion_url}}">{{qm.get_completion_url}}</a> WRONG <br /> Tick off date: [For survex file ticks. not implemented yet, needs model change]</a> <br /> -Tick off comment: [For survex file ticks. not implemented yet, needs model change]</a> +Tick off completion description: {{qm.completion_description}}</a> {% else %} No completion description yet- STILL EXTANT. |