Fixed the approved/reject counter

This commit is contained in:
2024-10-13 21:29:25 +01:00
committed by GitHub
parent 4049534fde
commit 3a5a508be3

View File

@@ -73,7 +73,7 @@
</tr> </tr>
<tr> <tr>
<td class="footertext" align="left">&nbsp;</td> <td class="footertext" align="left">&nbsp;</td>
<td class="footertext" align="right">{{ approved_count }} quotes approved</td> <td class="footertext" align="right">{{ approved_count }} quotes approved; {{ pending_count }} quotes pending</td>
</tr> </tr>
</table> </table>