Skip to content

Commit

Permalink
[master] fixes amdin b
Browse files Browse the repository at this point in the history
  • Loading branch information
vrocha committed May 19, 2015
1 parent 340e6d2 commit d40b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schools/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SchoolAdmin(LeafletGeoAdmin):
list_filter = ('year_round', 'level', 'type')

def has_mission_statement(self, obj):
if obj.description:
if obj.mission_statement:
return True
return False
has_mission_statement.boolean = True
Expand Down

0 comments on commit d40b431

Please sign in to comment.