mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
fixup: remove extra ')'
This commit is contained in:
parent
e284f760af
commit
674a1d1d94
@ -56,7 +56,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
{% with adjusted=total_scheduled|sub:total_errors ) %}
|
{% with adjusted=total_scheduled|sub:total_errors %}
|
||||||
<h2>{{ adjusted|intcomma }} Scheduled ({{ scheduled|length|intcomma }} on this page)</h2>
|
<h2>{{ adjusted|intcomma }} Scheduled ({{ scheduled|length|intcomma }} on this page)</h2>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user