Skip to content
Snippets Groups Projects
Commit 8e2a7163 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add inspection plots to quality overview also

parent 3e153207
No related branches found
No related tags found
2 merge requests!256Master,!255add inspection plots to quality overview also
...@@ -42,8 +42,11 @@ ...@@ -42,8 +42,11 @@
<td>{{value}}</td> <td>{{value}}</td>
{% endfor %} {% endfor %}
<td> <td>
<a href="" <a class="open-modal btn btn-primary btn-sm"
class="btn btn-primary btn-sm" role="button" target="_blank"><img src="{% static 'taskdatabase/surfsara.jpg' %}" height="20" alt="this is a placeholder, links to plots will follow"></a>&nbsp; href="{% url 'inspection-plots' task.id my_tasks.number %}"
data-popup-url="{% url 'inspection-plots' task.id my_tasks.number %}">
<img src="{% static 'taskdatabase/surfsara.jpg' %}" height="20" alt="inspection plots">
</a>&nbsp;
</td> </td>
{% else %} {% else %}
<td>-</td><td>-</td><td>-</td><td>-</td> <td>-</td><td>-</td><td>-</td><td>-</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment