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

bugfix: rendered summary twice

parent 7ff8500b
No related branches found
No related tags found
2 merge requests!295merge all the updates to master into this branch also,!294adding (initial) discard mechanism
Pipeline #49292 passed
......@@ -149,3 +149,8 @@ p.title {
display: inline-block;
vertical-align: middle;
}
.img {
color: white;
font-family: "Courier New";
}
\ No newline at end of file
......@@ -35,9 +35,9 @@
{% if task.has_summary %}
<td>
<a class="open-modal btn btn-primary btn-sm"
data-popup-url="{% url 'summary' task.id my_tasks.number %}">
<img src="{% static 'taskdatabase/ldvlogo_small.png' %}" height="20" alt="summary"> SUM
<img src="{% static 'taskdatabase/ldvlogo_small.png' %}" height="20" alt="summary">
<font color="white"> SUM</font>
</a>&nbsp;
</td>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment