fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8647f00
)
Fix stats display
master
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 9 Apr 2026 10:31:59 +0000
(12:31 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 9 Apr 2026 10:31:59 +0000
(12:31 +0200)
src/club/templates/club/stats.html
patch
|
blob
|
history
diff --git
a/src/club/templates/club/stats.html
b/src/club/templates/club/stats.html
index
a1ccb5a
..
9a13139
100644
(file)
--- a/
src/club/templates/club/stats.html
+++ b/
src/club/templates/club/stats.html
@@
-17,15
+17,15
@@
<tr>
<td>{{ day }}</td>
<td style="position: relative">
<tr>
<td>{{ day }}</td>
<td style="position: relative">
- <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.payu.1 }}%;"></span>
+ <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.payu.1
|floatformat:"3u"
}}%;"></span>
<span style="z-index: 1; position: relative;">{{ acq.payu.0 }}</span>
</td>
<td style="position: relative">
<span style="z-index: 1; position: relative;">{{ acq.payu.0 }}</span>
</td>
<td style="position: relative">
- <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.payu_re.1 }}%;"></span>
+ <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.payu_re.1
|floatformat:"3u"
}}%;"></span>
<span style="z-index: 1; position: relative;">{{ acq.payu_re.0 }}</span>
</td>
<td style="position: relative">
<span style="z-index: 1; position: relative;">{{ acq.payu_re.0 }}</span>
</td>
<td style="position: relative">
- <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.paypal.1 }}%;"></span>
+ <span style="z-index: 0; background: #92BD39; position: absolute;left:0; top:0; bottom: 0; width: {{ acq.paypal.1
|floatformat:"3u"
}}%;"></span>
<span style="z-index: 1; position: relative;">{{ acq.paypal.0 }}</span>
</td>
</tr>
<span style="z-index: 1; position: relative;">{{ acq.paypal.0 }}</span>
</td>
</tr>