Skip to content

Commit

Permalink
load odt/docx settings from db correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Sep 20, 2024
1 parent 390f094 commit 5ece669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fiduswriter/gitrepo_export/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def get_book_repos(request):
"export_html": repo.export_html,
"export_unified_html": repo.export_unified_html,
"export_latex": repo.export_latex,
"export_odt": repo.export_odt,
"export_docx": repo.export_docx,
}
return JsonResponse(response, status=status)

Expand Down

0 comments on commit 5ece669

Please sign in to comment.