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.