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 { ...@@ -149,3 +149,8 @@ p.title {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.img {
color: white;
font-family: "Courier New";
}
\ No newline at end of file
...@@ -35,9 +35,9 @@ ...@@ -35,9 +35,9 @@
{% if task.has_summary %} {% if task.has_summary %}
<td> <td>
<a class="open-modal btn btn-primary btn-sm" <a class="open-modal btn btn-primary btn-sm"
data-popup-url="{% url 'summary' task.id my_tasks.number %}"> 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; </a>&nbsp;
</td> </td>
{% else %} {% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment