Correct goal amount for admin display.
This commit is contained in:
parent
902999b657
commit
db4a82f432
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ from django.contrib import admin
|
|||
from conservancy.apps.fundgoal.models import FundraisingGoal
|
||||
|
||||
class FundraisingGoalAdmin(admin.ModelAdmin):
|
||||
list_display = ('display_name', 'display_until_date')
|
||||
list_display = ('fundraiser_code_name', 'fundraiser_goal_amount')
|
||||
|
||||
admin.site.register(FundraisingGoal, FundraisingGoalAdmin)
|
||||
|
|
Loading…
Reference in a new issue