We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc4dd9 commit 2323aa2Copy full SHA for 2323aa2
template.html.jinja
@@ -40,7 +40,9 @@
40
>
41
{{ '{:.2f}%'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}
42
</div>
43
- <div class="progress-bar-outer-label">{{ '{:.2f%}'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}</div>
+ <div class="progress-bar-outer-label">
44
+ {{ '{:.2f%}'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f%}'.format(project.change) }}){% endif %}
45
+ </div>
46
</td>
47
</tr>
48
{% endfor %}
0 commit comments