Skip to content

Commit

Permalink
openlibhums/janeway#3979 adds changes required to the typesetting plu…
Browse files Browse the repository at this point in the history
…gin for this update.
  • Loading branch information
ajrbyers committed Feb 22, 2024
1 parent 682a9f9 commit 0d2e8b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def typesetting_edit_galley(request, galley_id, article_id):
uploaded_file,
label,
fixed=True,
check_for_existing_images=True,
)

if 'image-upload' in request.POST:
Expand All @@ -395,6 +396,7 @@ def typesetting_edit_galley(request, galley_id, article_id):
uploaded_file,
label,
fixed=False,
check_for_existing_images=True,
)

elif 'css-upload' in request.POST:
Expand Down

0 comments on commit 0d2e8b8

Please sign in to comment.