Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare
Commits
fe4698f2
Commit
fe4698f2
authored
Apr 17, 2015
by
Daniel W Bond
Browse files
course listed in search results
parent
1a2173fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/trades/templates/search/search.html
View file @
fe4698f2
...
...
@@ -34,8 +34,9 @@ SRCT Bookshare • Search Listings
<table
class=
"table table-hover text-center"
>
<thead>
<td
class=
"col-md-1"
><h4><strong>
ISBN
</strong></h4></td>
<td
class=
"col-md-
6
"
><h4><strong>
Title
</strong></h4></td>
<td
class=
"col-md-
5
"
><h4><strong>
Title
</strong></h4></td>
<td
class=
"col-md-2"
><h4><strong>
Author
</strong></h4></td>
<td
class=
"col-md-1"
><h4><strong>
Course
</strong></h4></td>
<td
class=
"col-md-2"
><h4><strong>
Seller
</strong></h4></td>
<td
class=
"col-md-1"
><h4><strong>
Price
</strong></h4></td>
</thead>
...
...
@@ -52,6 +53,9 @@ SRCT Bookshare • Search Listings
<td
class=
"text-center"
>
<h5>
{{ result.object.author }}
</h5>
</td>
<td
class=
"text-center"
>
<h5>
{{ result.object.course_abbr }}
</h5>
</td>
<td
class=
"text-center"
>
<h5>
<a
href=
"{{ result.object.seller.get_absolute_url }}"
>
...
...
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