summaryrefslogtreecommitdiff
path: root/app/sightings/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/sightings/models.py')
-rw-r--r--app/sightings/models.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/sightings/models.py b/app/sightings/models.py
index 9559d38..096fa03 100644
--- a/app/sightings/models.py
+++ b/app/sightings/models.py
@@ -27,11 +27,11 @@ ABA_CODES = (
)
KIND_LIST = (
- (1, 'Bird'),
- (2, 'Mammal'),
- (3, 'Reptile'),
- (4, 'Amphibian'),
- (5, 'Plant'),
+ (1, 'Birds'),
+ (2, 'Mammals'),
+ (3, 'Reptiles'),
+ (4, 'Amphibians'),
+ (5, 'Plants'),
)