From 3330677b4778a14ba2d714ddb1b2b54992b06ad8 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 13 Jun 2016 14:32:29 -0400 Subject: [PATCH] display number of surveys completed --- frontend/templates/surveys.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/templates/surveys.html b/frontend/templates/surveys.html index 439a2ecd..9c9e80d8 100644 --- a/frontend/templates/surveys.html +++ b/frontend/templates/surveys.html @@ -21,7 +21,8 @@
{% for landing in work.landings.all %}
Configured survey: {{ landing }}
-
Link: {{ landing.url }}
+
Link: {{ landing.url }}
+Completed {{ landing.runinfohistory_set.all.count }} times
{% endfor %}
Set up a new survey for this work.