fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing widths
[wolnelektury.git]
/
apps
/
funding
/
admin.py
diff --git
a/apps/funding/admin.py
b/apps/funding/admin.py
old mode 100755
(executable)
new mode 100644
(file)
index
37adaf1
..
b9fc8c9
--- a/
apps/funding/admin.py
+++ b/
apps/funding/admin.py
@@
-4,7
+4,7
@@
from .models import Offer, Perk, Funding, Spent
class OfferAdmin(admin.ModelAdmin):
model = Offer
class OfferAdmin(admin.ModelAdmin):
model = Offer
- list_display = ['title', 'author', 'target', 'sum', '
state
', 'start', 'end', 'due']
+ list_display = ['title', 'author', 'target', 'sum', '
is_win
', 'start', 'end', 'due']
search_fields = ['title', 'author']
search_fields = ['title', 'author']