adding missing css to public_charge

This commit is contained in:
ben
2022-12-01 12:21:25 +01:00
committed by dni ⚡
parent 13d2c93007
commit 2fcf2153c3
+1
View File
@@ -19,6 +19,7 @@ def public_charge(charge: Charges):
"time_elapsed": charge.time_elapsed,
"time_left": charge.time_left,
"paid": charge.paid,
"custom_css": charge.custom_css,
}
if charge.paid: