Skip to content

Commit

Permalink
fix: add tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm committed Jan 9, 2024
1 parent 08a822a commit 90ff1d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cms/djangoapps/contentstore/rest_api/v1/views/textbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ def get(self, request: Request, course_id: str):
{
"textbooks": [
{
"tab_title": "Textbook Name",
"chapters": [
{
"title": "Chapter 1",
"url": "/static/Present_Perfect.pdf"
},
{
"title": "Chapter 2",
"url": "/static/Lear.pdf"
}
],
"id": "Textbook_Name"
"tab_title": "Textbook Name",
"chapters": [
{
"title": "Chapter 1",
"url": "/static/Present_Perfect.pdf"
},
{
"title": "Chapter 2",
"url": "/static/Lear.pdf"
}
],
"id": "Textbook_Name"
}
]
}
Expand Down

0 comments on commit 90ff1d1

Please sign in to comment.