Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik committed Dec 14, 2024
1 parent b41d2b6 commit 729501a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ class Meta:
event = models.ForeignKey(Event, null=True, on_delete=models.SET_NULL)

file = RestrictedFileField(
upload_to='publications/%Y',
upload_to='publications/%Y/',
content_types=['application/pdf', 'application/zip'],
verbose_name='súbor')

Expand Down

0 comments on commit 729501a

Please sign in to comment.