mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
adding missing css to public_charge
This commit is contained in:
parent
13d2c93007
commit
2fcf2153c3
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def public_charge(charge: Charges):
|
||||||
"time_elapsed": charge.time_elapsed,
|
"time_elapsed": charge.time_elapsed,
|
||||||
"time_left": charge.time_left,
|
"time_left": charge.time_left,
|
||||||
"paid": charge.paid,
|
"paid": charge.paid,
|
||||||
|
"custom_css": charge.custom_css,
|
||||||
}
|
}
|
||||||
|
|
||||||
if charge.paid:
|
if charge.paid:
|
||||||
|
|
Loading…
Add table
Reference in a new issue