Skip to content

Commit 44b3e62

Browse files
committed
fixed typo
1 parent c4e36bf commit 44b3e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_file/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_templates():
3131
]
3232
choices += getattr(
3333
settings,
34-
'DJANGOCMS_PICTURE_TEMPLATES',
34+
'DJANGOCMS_FILE_TEMPLATES',
3535
[],
3636
)
3737
return choices

0 commit comments

Comments
 (0)