Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-django
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-django
Commits
9c244717
Commit
9c244717
authored
Jul 16, 2024
by
Ilham Maulana
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: book detail url
feat: book detail fixtures (data seed/initial data)
parent
df36497b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
883 additions
and
883 deletions
+883
-883
book_data.json
book/fixtures/book_data.json
+882
-882
book_table_data.html
book/templates/book_table_data.html
+1
-1
No files found.
book/fixtures/book_data.json
View file @
9c244717
This diff is collapsed.
Click to expand it.
book/templates/book_table_data.html
View file @
9c244717
...
...
@@ -13,7 +13,7 @@
<tbody>
{% if object_list %} {% for book in object_list %}
<tr>
<td><a
href=
"/
dashboard/
books/{{ book.id }}/"
>
{{ book.title }}
</a></td>
<td><a
href=
"/books/{{ book.id }}/"
>
{{ book.title }}
</a></td>
<td>
{{ book.category.name }}
</td>
<td>
{{ book.description }}
</td>
<td>
{{ book.publish_date }}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment