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:
parent
86cefc8b2f
commit
ad195911ff
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ from django_resized import ResizedImageField
|
|||
|
||||
ADVENTURE_TYPES = [
|
||||
('general', 'General 🌍'),
|
||||
('Outdoor', 'Outdoor 🏞️'),
|
||||
('outdoor', 'Outdoor 🏞️'),
|
||||
('lodging', 'Lodging 🛌'),
|
||||
('dining', 'Dining 🍽️'),
|
||||
('activity', 'Activity 🏄'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue