mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
fixup: remove extra ')'
This commit is contained in:
parent
e284f760af
commit
674a1d1d94
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<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>
|
||||
{% endwith %}
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user