diff --git a/crowdsourcer/templates/crowdsourcer/icons/edit.svg b/crowdsourcer/templates/crowdsourcer/icons/edit.svg new file mode 100644 index 0000000..d4766d0 --- /dev/null +++ b/crowdsourcer/templates/crowdsourcer/icons/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/crowdsourcer/templates/crowdsourcer/volunteers/list.html b/crowdsourcer/templates/crowdsourcer/volunteers/list.html index 62fb554..8fc4248 100644 --- a/crowdsourcer/templates/crowdsourcer/volunteers/list.html +++ b/crowdsourcer/templates/crowdsourcer/volunteers/list.html @@ -60,7 +60,7 @@

Volunteers

{% for volunteer in volunteers %} - {{ volunteer.email|default:volunteer.username }} + {{ volunteer.email|default:volunteer.username }} {{ volunteer.marker.response_type|default:"First Mark" }} @@ -69,8 +69,11 @@

Volunteers

{{ volunteer.assigned_section }} - {{ volunteer.num_assignments }} - edit + {{ volunteer.num_assignments }} + + {% include 'crowdsourcer/icons/edit.svg' %} + Edit + {{ volunteer.is_active }}