Skip to content

Commit

Permalink
Fix tourism event type serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 21, 2014
1 parent 586ec86 commit f3389fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotrek/tourism/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Meta:


class TouristicEventTypeSerializer(TranslatedModelSerializer):
name = rest_serializers.Field(source='Type')
name = rest_serializers.Field(source='type')

class Meta:
model = tourism_models.TouristicEventType
Expand Down

0 comments on commit f3389fc

Please sign in to comment.