fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updates and fixes.
[wolnelektury.git]
/
src
/
funding
/
models.py
diff --git
a/src/funding/models.py
b/src/funding/models.py
index
3e20efc
..
b439ebf
100644
(file)
--- a/
src/funding/models.py
+++ b/
src/funding/models.py
@@
-194,7
+194,7
@@
class Offer(models.Model):
offer_sum = self.sum()
return {
'offer': self,
- 'sum': off
set
_sum,
+ 'sum': off
er
_sum,
'is_current': self.is_current(),
'is_win': offer_sum >= self.target,
'missing': self.target - offer_sum,