Skip to content

Commit

Permalink
Remove message from article asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Jan 19, 2025
1 parent 667f664 commit adcaa2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svjis/articles/views_redaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ def redaction_article_asset_save_view(request):
obj = form.save(commit=False)
obj.article = article
obj.save()
messages.info(request, _('Saved'))
else:
for error in form.errors:
messages.error(request, error)
Expand Down

0 comments on commit adcaa2f

Please sign in to comment.