1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

Fix admin page for adventure image

This commit is contained in:
Sean Morley 2024-09-24 17:05:16 -04:00
parent 86cefc8b2f
commit ad195911ff
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ from django_resized import ResizedImageField
ADVENTURE_TYPES = [
('general', 'General 🌍'),
('Outdoor', 'Outdoor 🏞️'),
('outdoor', 'Outdoor 🏞️'),
('lodging', 'Lodging 🛌'),
('dining', 'Dining 🍽️'),
('activity', 'Activity 🏄'),