Fixed the approval/reject counter

This commit is contained in:
2024-10-13 21:29:45 +01:00
committed by GitHub
parent 3a5a508be3
commit 1714e7f0cc

View File

@@ -73,7 +73,7 @@
<!-- Footer -->
<table border="0" cellpadding="2" cellspacing="0" width="80%" bgcolor="#c08000">
<tr>
<td class="footertext" align="right"> 21096 quotes approved; 90 quotes pending</td>
<td class="footertext" align="right">{{ approved_count }} quotes approved; {{ pending_count }} quotes pending</td>
</tr>
</table>