Skip to content
Snippets Groups Projects

Master

Merged Nico Vermaas requested to merge master into release
3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -42,8 +42,11 @@
<td>{{value}}</td>
{% endfor %}
<td>
<a href=""
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;
<a class="open-modal btn btn-primary btn-sm"
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>
{% else %}
<td>-</td><td>-</td><td>-</td><td>-</td>
Loading